Fix attempt
All checks were successful
Embedded builder creation / Embedded-Builder-Image (push) Successful in 7m27s
All checks were successful
Embedded builder creation / Embedded-Builder-Image (push) Successful in 7m27s
This commit is contained in:
@@ -34,9 +34,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags:
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
- ${{ steps.meta.outputs.tags }}
|
|
||||||
- latest
|
|
||||||
annotations: ${{ steps.meta.outputs.annotations }}
|
annotations: ${{ steps.meta.outputs.annotations }}
|
||||||
provenance: true
|
provenance: true
|
||||||
sbom: true
|
sbom: true
|
||||||
Reference in New Issue
Block a user