Skip to content

Commit 8a760ba

Browse files
committed
use latest on semver and snapshot on every master branch update
Signed-off-by: Avi Deitcher <[email protected]>
1 parent c6427be commit 8a760ba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ jobs:
3636
tags: |
3737
${{env.IMAGE_NAME}}:${{github.sha}}
3838
${{env.IMAGE_NAME}}:0.0.${{github.run_number}}
39+
${{env.IMAGE_NAME}}:snapshot
3940

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ jobs:
3232
push: true
3333
tags: |
3434
${{env.IMAGE_NAME}}:${{env.GITHUB_REF#refs/tags/}}
35+
${{env.IMAGE_NAME}}:latest
3536

0 commit comments

Comments
 (0)