Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
yajith committed Sep 25, 2024
1 parent 81541c4 commit bba37e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/portainer-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ jobs:
uses: docker/[email protected]
with:
images: ${{ env.DOCKER_HUB_REPO }}
tags: |
type=raw,value=develop,enable=${{ github.ref == format('refs/heads/{0}', 'develop') }}
type=raw,value=${{ format('{0}', github.ref_name.replace('release/', '')) }},enable=${{ startsWith(github.ref_name, 'release/') }}
type=ref,event=branch
type=ref,event=pr,prefix=pr

- name: "[build] build and push by digest"
id: build
Expand Down Expand Up @@ -117,6 +112,11 @@ jobs:
uses: docker/[email protected]
with:
images: ${{ env.DOCKER_HUB_REPO }}
tags: |
type=raw,value=develop,enable=${{ github.ref == format('refs/heads/{0}', 'develop') }}
type=raw,value=${{ format('{0}', github.ref_name.replace('chore/', '')) }},enable=${{ startsWith(github.ref_name, 'chore/') }}
type=ref,event=branch
type=ref,event=pr,prefix=pr
- name: "[preparation] set up docker context for buildx"
run: docker context create builders
Expand Down

0 comments on commit bba37e7

Please sign in to comment.