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