Skip to content

Commit

Permalink
Docker: Add :latest tag to production builds and :snapshot for snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Mar 12, 2024
1 parent f615b66 commit 83fd8c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
latest=false
tags: |
type=ref,event=tag
type=raw,event=tag,value=latest
type=raw,event=workflow_dispatch,value=snapshot
type=semver,pattern={{version}},value=${{ steps.versioncheck.outputs.version }}
type=sha
Expand All @@ -110,6 +112,8 @@ jobs:
latest=false
tags: |
type=ref,event=tag
type=raw,event=tag,value=latest
type=raw,event=workflow_dispatch,value=snapshot
type=semver,pattern={{version}},value=${{ steps.versioncheck.outputs.version }}
type=sha
Expand Down

0 comments on commit 83fd8c8

Please sign in to comment.