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 1ae65e6 commit 11bce2f
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 @@ -99,6 +99,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 @@ -111,6 +113,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 11bce2f

Please sign in to comment.