From 9ae0e64867f379a00b0d25fd40d14f9539910340 Mon Sep 17 00:00:00 2001 From: Gang Li Date: Tue, 19 Dec 2023 22:06:54 +0800 Subject: [PATCH] Fix a tag issue for github action image push --- .github/workflows/merge-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-build.yml b/.github/workflows/merge-build.yml index 3d862bb..b2defb5 100644 --- a/.github/workflows/merge-build.yml +++ b/.github/workflows/merge-build.yml @@ -80,7 +80,7 @@ jobs: uses: redhat-actions/buildah-build@v2 with: image: indy-ui-service - tags: ${{ github.ref_name }} + tags: latest platforms: linux/amd64 containerfiles: | commonjava-images/indy-ui-service/actions.Dockerfile