Skip to content

Commit

Permalink
update-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Jun 3, 2024
1 parent f523809 commit a154c6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ jobs:
uses: docker/[email protected]
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=sha,prefix={{branch}}-
tags: | # almost same as action default
type=ref,event=branch
type=ref,event=tag,pattern={{raw}}
type=ref,event=pr
- name: Setup docker buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit a154c6a

Please sign in to comment.