From 47505b0927d1b1f7febe4e664b5ee799c55974d5 Mon Sep 17 00:00:00 2001 From: dannc Date: Tue, 10 Oct 2023 11:31:54 +0700 Subject: [PATCH] ci: fix tags build --- .github/workflows/ci-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tags.yml b/.github/workflows/ci-tags.yml index 35611f1..3abc9b6 100644 --- a/.github/workflows/ci-tags.yml +++ b/.github/workflows/ci-tags.yml @@ -19,7 +19,7 @@ jobs: --build-arg PHP_VERSION=${{ vars.DOCKER_RUNTIME_PHP_VERSION }} \ --build-arg COMPOSER_VERSION=${{ vars.DOCKER_RUNTIME_COMPOSER_VERSION }} \ --target=runtime \ - --tag=dannecron/coverage-merger:latest \ + --tag=dannecron/coverage-merger:${{ github.ref_name }} \ --file=./.github/Dockerfile . - name: Login to docker hub uses: actions-hub/docker/login@master