From a3c2e3fe9cf3de149a534ed04c3c2dc418ea7bcf Mon Sep 17 00:00:00 2001 From: dannc Date: Tue, 10 Oct 2023 11:27:57 +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 30f41fd..35611f1 100644 --- a/.github/workflows/ci-tags.yml +++ b/.github/workflows/ci-tags.yml @@ -18,7 +18,7 @@ jobs: --build-arg BUILDKIT_INLINE_CACHE=1 \ --build-arg PHP_VERSION=${{ vars.DOCKER_RUNTIME_PHP_VERSION }} \ --build-arg COMPOSER_VERSION=${{ vars.DOCKER_RUNTIME_COMPOSER_VERSION }} \ - --target=runtime + --target=runtime \ --tag=dannecron/coverage-merger:latest \ --file=./.github/Dockerfile . - name: Login to docker hub