enable pushing of built Docker images in GitHub Actions workflow

This commit is contained in:
2025-07-29 10:50:05 -04:00
parent fac9dc0b92
commit a01a16f1f1

View File

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