Skip to content

Commit

Permalink
fix ghcr github action
Browse files Browse the repository at this point in the history
  • Loading branch information
HarHarLinks committed Oct 7, 2023
1 parent c623d3d commit 8688059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
org.opencontainers.image.description=A bot to remind you about stuff. Supports encrypted rooms.
tags: |
type=ref,enable=true,priority=900,event=tag
type=raw,value=latest,enable={{tag != ''}},priority=800
type=raw,value=latest,enable=${{tag != ''}},priority=800
type=raw,value=dev,enable={{is_default_branch}},priority=700
type=ref,event=pr,enable=true,priority=600
Expand Down

0 comments on commit 8688059

Please sign in to comment.