Squash
All checks were successful
🏗️✨ Build Workflow / 🖥️ 🔨 Build (push) Successful in 20m10s

This commit is contained in:
2025-08-25 21:23:08 -04:00
parent 8f813e1a6e
commit db068f5c6a
5 changed files with 11 additions and 50 deletions

View File

@@ -33,6 +33,7 @@ jobs:
- name: 🐳 🔨 Build Backend Container
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
provenance: true
sbom: true
push: true
@@ -43,6 +44,7 @@ jobs:
- name: 🐳 🔨 Build Backend Container - Latest Tag
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
provenance: true
sbom: true
push: true