| 70 |
with: |
with: |
| 71 |
platforms: ${{ env.DOCKERHUB_PLATFORMS }} |
platforms: ${{ env.DOCKERHUB_PLATFORMS }} |
| 72 |
context: . |
context: . |
| 73 |
file: Dockerfile/dockerfile.solr.testing |
file: Dockerfile/dockerfile.solr |
| 74 |
tags: | |
tags: | |
| 75 |
${{ steps.meta-solr.outputs.tags }} |
${{ steps.meta-solr.outputs.tags }} |
| 76 |
labels: ${{ steps.meta-solr.outputs.labels }} |
labels: ${{ steps.meta-solr.outputs.labels }} |
| 83 |
with: |
with: |
| 84 |
platforms: ${{ env.DOCKERHUB_PLATFORMS }} |
platforms: ${{ env.DOCKERHUB_PLATFORMS }} |
| 85 |
context: . |
context: . |
| 86 |
file: Dockerfile/dockerfile.apache.testing |
file: Dockerfile/dockerfile.apache |
| 87 |
tags: | |
tags: | |
| 88 |
${{ steps.meta-apache.outputs.tags }} |
${{ steps.meta-apache.outputs.tags }} |
| 89 |
labels: ${{ steps.meta-apache.outputs.labels }} |
labels: ${{ steps.meta-apache.outputs.labels }} |
| 96 |
with: |
with: |
| 97 |
platforms: ${{ env.DOCKERHUB_PLATFORMS }} |
platforms: ${{ env.DOCKERHUB_PLATFORMS }} |
| 98 |
context: . |
context: . |
| 99 |
file: Dockerfile/dockerfile.php.testing |
file: Dockerfile/dockerfile.php |
| 100 |
tags: | |
tags: | |
| 101 |
${{ steps.meta-php.outputs.tags }} |
${{ steps.meta-php.outputs.tags }} |
| 102 |
labels: ${{ steps.meta-php.outputs.labels }} |
labels: ${{ steps.meta-php.outputs.labels }} |
| 109 |
with: |
with: |
| 110 |
platforms: ${{ env.DOCKERHUB_PLATFORMS }} |
platforms: ${{ env.DOCKERHUB_PLATFORMS }} |
| 111 |
context: . |
context: . |
| 112 |
file: Dockerfile/dockerfile.bbsd.testing |
file: Dockerfile/dockerfile.bbsd |
| 113 |
tags: | |
tags: | |
| 114 |
${{ steps.meta-bbsd.outputs.tags }} |
${{ steps.meta-bbsd.outputs.tags }} |
| 115 |
labels: ${{ steps.meta-bbsd.outputs.labels }} |
labels: ${{ steps.meta-bbsd.outputs.labels }} |