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