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 169e574 commit c72c7df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/portainer-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ jobs:
TAG_PREFIX=$(echo $GITHUB_REF_NAME | sed 's/\//-/g')
fi
# set the container image tag prefix
echo "TAG_PREFIX=${TAG_PREFIX}" >> $GITHUB_ENV
- name: '[execution] build and push manifests'
run: |
# Create image manifest
Expand Down

0 comments on commit c72c7df

Please sign in to comment.