Made it to compile...
Some checks failed
🏗️✨ Build Workflow / 🖥️ 🔨 Build (push) Failing after 2m9s
🏗️✨ Test Build Workflow / 🖥️ 🔨 Build (push) Has been cancelled

This commit is contained in:
2025-05-14 23:12:57 -04:00
parent b12df2a4c1
commit 41062e61b6
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ jobs:
uses: docker/build-push-action@v6
with:
attests: sbom=true,provenance=true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
context: .
dockerfile: Dockerfile
@@ -44,7 +44,7 @@ jobs:
uses: docker/build-push-action@v6
with:
attests: sbom=true,provenance=true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
context: .
dockerfile: Dockerfile

View File

@@ -33,7 +33,7 @@ jobs:
- name: 🐳 🔨 Build Backend Container
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
context: .
dockerfile: Dockerfile
tags: siteworxpro/aws-iam-anywhere:${{ gitea.ref_name }}