Skip to content

Commit

Permalink
Merge pull request #18 from jokester/update-ci
Browse files Browse the repository at this point in the history
update-ci
  • Loading branch information
jokester authored Jun 3, 2024
2 parents f523809 + a154c6a commit e769fdc
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 e769fdc

Please sign in to comment.