Nitpicking about alphabetizing methods, minor OCD thing
All checks were successful
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 2m9s

This commit is contained in:
2025-05-20 14:41:20 -04:00
parent 17971f34c1
commit 61f42c5297

View File

@@ -30,11 +30,12 @@ jobs:
- name: 🏗️ 🔧 Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: 🐳 🔨 Build Backend Container
- name: 🐳 🔨 Build Server Container
uses: docker/build-push-action@v6
with:
sbom: true
provenance: true
platforms: linux/arm64,linux/amd64
context: .
dockerfile: Dockerfile
push: true
@@ -44,11 +45,12 @@ jobs:
run: |
sed -i '' 's/server/grpc/g' Dockerfile
- name: 🐳 🔨 Build Backend Container
- name: 🐳 🔨 Build Grpc Container
uses: docker/build-push-action@v6
with:
sbom: true
provenance: true
platforms: linux/arm64,linux/amd64
context: .
dockerfile: Dockerfile
push: true