Corey needs to start reading Copilot output and not just push blindly.
Some checks failed
🏗️✨ Test Build Workflow / 🖥️ 🔨 Build (push) Failing after 3m17s

This commit is contained in:
2025-05-14 22:52:25 -04:00
parent 4cd14ee6a8
commit fc1983ff64

View File

@@ -38,4 +38,14 @@ jobs:
push: true push: true
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
tags: siteworxpro/aws-iam-anywhere:${{ gitea.ref_name }} tags: siteworxpro/aws-iam-anywhere:${{ gitea.ref_name }}
- name: 🐳 🔨 Build Backend Container - Latest Tag
uses: docker/build-push-action@v6
with:
attests: sbom=true,provenance=true
platforms: linux/amd64,linux/arm64
push: true
context: .
dockerfile: Dockerfile
tags: siteworxpro/aws-iam-anywhere:latest