You've already forked img-proxy-url-generator
Nitpicking about alphabetizing methods, minor OCD thing
All checks were successful
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 2m9s
All checks were successful
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 2m9s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user