BLOG-36 fix: let buildx push without provenance
This commit is contained in:
parent
4c0f154e0f
commit
3943137b75
@ -28,6 +28,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
|
provenance: false
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
tags: |
|
tags: |
|
||||||
${{ vars.REGISTRY }}/${{ vars.IMAGE_REPO_FRONTEND }}:latest
|
${{ vars.REGISTRY }}/${{ vars.IMAGE_REPO_FRONTEND }}:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user