Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
yajith committed Sep 26, 2024
1 parent 3468027 commit 6a7c8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/portainer-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: docker/[email protected]
with:
platforms: ${{ matrix.config.platform }}/${{ matrix.config.arch }}
tags: ${{ env.CONTAINER_IMAGE_TAG }}-${{ matrix.config.platform }}${{ matrix.config.version }}-${{ matrix.config.arch }}
tags: ${{ env.DOCKER_HUB_REPO }}/${{ env.CONTAINER_IMAGE_TAG }}-${{ matrix.config.platform }}${{ matrix.config.version }}-${{ matrix.config.arch }}
file: build/${{ matrix.config.platform }}/Dockerfile
build-args: |
GIT_COMMIT=$(git log -1 --format=%h)
Expand Down

0 comments on commit 6a7c8db

Please sign in to comment.