Skip to content

Commit 419c35f

Browse files
committed
Docker: Add :latest tag to production builds and :snapshot for snapshots
1 parent 46a7cf7 commit 419c35f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ jobs:
112112
type=ref,event=tag
113113
type=semver,pattern={{version}},value=${{ steps.versioncheck.outputs.version }}
114114
type=sha
115+
type=raw,event=tag,value=latest
116+
type=raw,event=workflow_dispatch,value=snapshot
115117
116118
- name: Build and push the mujina idp image
117119
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)