Skip to content

Commit

Permalink
updates to the ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yajith committed Sep 24, 2024
1 parent 81f12aa commit 7301d8b
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 @@ -51,7 +51,7 @@ jobs:
- name: '[preparation] set the container image tag'
run: |
# set the container image tag suffix
TAG_SUFFIX="${{ matrix.platform }}${{ matrix.version }}-${{ matrix.arch }}"
TAG_SUFFIX="${{ matrix.config.platform }}${{ matrix.config.version }}-${{ matrix.config.arch }}"
# set the container image tag prefix
if [[ "${GITHUB_REF_NAME}" =~ ^release/.*$ ]]; then
Expand Down

0 comments on commit 7301d8b

Please sign in to comment.