From f8e1561dd2fe4ca27e09edf035c8d9d0b846ce69 Mon Sep 17 00:00:00 2001 From: Asapdotid Date: Mon, 11 Dec 2023 13:44:38 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20IMPROVE:=20update=20gh=20a?= =?UTF-8?q?ction=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-7.4.yml | 2 ++ 1 file changed, 2 insertions(+) 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: