Compare commits
1 Commits
v0.1.6
...
1fea301ecf
Author | SHA1 | Date | |
---|---|---|---|
1fea301ecf |
@@ -57,7 +57,7 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
target: deploy
|
||||
push: ${{ startsWith(github.ref, 'refs/tags/v') && 'true' || 'false' }}
|
||||
push: startsWith(github.ref, 'refs/tags/v')
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
platforms: linux/amd64
|
||||
|
Reference in New Issue
Block a user