Skip to content

Commit

Permalink
update manifest tag logic
Browse files Browse the repository at this point in the history
  • Loading branch information
yajith committed Sep 24, 2024
1 parent 82bed32 commit 174ec88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/portainer-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: docker/[email protected]
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 }}
Expand All @@ -91,7 +91,7 @@ jobs:
uses: docker/[email protected]
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 }}
Expand Down

0 comments on commit 174ec88

Please sign in to comment.