Skip to content

Commit 5cd03b4

Browse files
authored
Fix github action to push latest-distroless tag only on release (#184)
1 parent 292cc11 commit 5cd03b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
images: snowplow/snowplow-micro
105105
tags: |
106-
type=raw,value=latest-distroless,enable=${{ !contains(steps.ver.outputs.MICRO_VERSION, 'rc') }}
106+
type=raw,value=latest-distroless,enable=${{ !contains(steps.version.outputs.MICRO_VERSION, 'rc') }}
107107
type=raw,value=${{ steps.version.outputs.MICRO_VERSION }}-distroless
108108
flavor: |
109109
latest=false

0 commit comments

Comments
 (0)