diff --git a/.github/workflows/ci-7.4.yml b/.github/workflows/ci-7.4.yml index 56ea146..a0588ad 100644 --- a/.github/workflows/ci-7.4.yml +++ b/.github/workflows/ci-7.4.yml @@ -45,6 +45,7 @@ jobs: file: src/php/7.4/Dockerfile platforms: ${{ matrix.platform }} labels: ${{ steps.meta.outputs.labels }} + # tags: ${{ env.REGISTRY_IMAGE }}:7.4 outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true - name: Export digest run: | @@ -76,6 +77,7 @@ jobs: uses: docker/metadata-action@v5 with: images: ${{ env.REGISTRY_IMAGE }} + tags: "7.4" - name: Login to Docker Hub uses: docker/login-action@v3 with: