Skip to content

Commit

Permalink
Revert "Make dev tag with timestamp higher priority"
Browse files Browse the repository at this point in the history
This reverts commit f6b1e05.
  • Loading branch information
0237h committed May 7, 2024
1 parent f6b1e05 commit 5dbc043
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 @@ -34,7 +34,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=sha,prefix=,suffix=-{{date 'X'}},priority=300
type=sha,prefix=,suffix=-{{date 'X'}}
type=raw,enable=${{ !startsWith(github.ref, 'refs/tags/') }},value=develop
type=semver,pattern={{raw}}
Expand Down

0 comments on commit 5dbc043

Please sign in to comment.