Skip to content

Commit

Permalink
Generate better Docker tags (main -> latest)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwilcox committed Apr 11, 2023
1 parent 9214129 commit f78dc2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
images: |
axiom/rsync-server
tags: |
type=ref,event=branch
type=raw,value=latest,enable=${{ github.ref_name == 'main' }}
type=ref,event=branch,enable=${{ github.ref_name != 'main' }}
type=ref,event=tag
- name: Set up QEMU
Expand Down

0 comments on commit f78dc2f

Please sign in to comment.