From fc1983ff64d32434bff40f5f75878936026f6d60 Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Wed, 14 May 2025 22:52:25 -0400 Subject: [PATCH] Corey needs to start reading Copilot output and not just push blindly. --- .gitea/workflows/build.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 2dc494f..5b249a8 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -38,4 +38,14 @@ jobs: push: true context: . dockerfile: Dockerfile - tags: siteworxpro/aws-iam-anywhere:${{ gitea.ref_name }} \ No newline at end of file + 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 \ No newline at end of file