Fix attempt
All checks were successful
Embedded builder creation / Embedded-Builder-Image (push) Successful in 7m27s

This commit is contained in:
2025-02-18 13:01:55 +01:00
parent 376d34283d
commit 779f3d02c6

View File

@@ -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