From 174ec883d6c3f62da549fcd7dc5058e62f2e83d2 Mon Sep 17 00:00:00 2001 From: Yajith Dayarathna Date: Tue, 24 Sep 2024 16:46:28 +1200 Subject: [PATCH] update manifest tag logic --- .github/workflows/portainer-updater.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/portainer-updater.yml b/.github/workflows/portainer-updater.yml index effd261..f1a1c93 100644 --- a/.github/workflows/portainer-updater.yml +++ b/.github/workflows/portainer-updater.yml @@ -77,7 +77,7 @@ jobs: uses: docker/build-push-action@v6.7.0 with: context: . - tags: ${{ env.DOCKER_HUB_REPO }}:${CONTAINER_IMAGE_TAG} + tags: ${{ env.DOCKER_HUB_REPO }}:$CONTAINER_IMAGE_TAG build-args: | GIT_COMMIT=$(git log -1 --format=%h) platforms: ${{ matrix.config.platform }}/${{ matrix.config.arch }} @@ -91,7 +91,7 @@ jobs: uses: docker/build-push-action@v6.7.0 with: context: . - tags: ${{ env.DOCKER_HUB_REPO }}:${CONTAINER_IMAGE_TAG} + tags: ${{ env.DOCKER_HUB_REPO }}:$CONTAINER_IMAGE_TAG build-args: | GIT_COMMIT=$(git log -1 --format=%h) OSVERSION=${{ matrix.config.version }}