Skip to content

Commit

Permalink
ci(gha): use date in image tags for better sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller committed May 18, 2024
1 parent 965d678 commit 8ed6e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
images: ghcr.io/${{ github.repository_owner }}/k8s-pvc-tagger
tags: |
# minimal (short sha). Generates an image tag like `sha-<short-ref>`
type=sha
type=raw,value={{date 'YYYY-MM-DD'}}-{{sha}}
- name: login to ghcr.io
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
Expand Down

0 comments on commit 8ed6e97

Please sign in to comment.