We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9f14bd + b7957cd commit 828ea9aCopy full SHA for 828ea9a
.github/workflows/publish.yml
@@ -54,8 +54,7 @@ jobs:
54
modelix/modelix-model
55
tags: |
56
type=raw,value=${{ steps.version.outputs.VERSION }},enable=true
57
- type=raw,value=latest,event=tag
58
- type=ref,event=tag
+ type=raw,value=latest,enable=${{ github.event_name == 'push' }}
59
60
# Perform the build in a separate call to avoid trying to publish
61
# something where the build already failed partially. This could happen
0 commit comments