enable pushing of built Docker images in GitHub Actions workflow
This commit is contained in:
@@ -34,6 +34,7 @@ jobs:
|
||||
- name: 🐳 🔨 Build Container
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
sbom: true
|
||||
provenance: true
|
||||
platforms: linux/arm64,linux/amd64
|
||||
|
Reference in New Issue
Block a user