That last commit was cringe
All checks were successful
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 8m33s

This commit is contained in:
2025-05-20 16:55:07 -04:00
parent 05fc22e966
commit 2b865568c0

View File

@@ -40,18 +40,3 @@ jobs:
dockerfile: Dockerfile dockerfile: Dockerfile
push: true push: true
tags: siteworxpro/img-proxy-url-generator:${{ gitea.ref_name }} tags: siteworxpro/img-proxy-url-generator:${{ gitea.ref_name }}
- name: Replace entrypoint
run: |
sed -i 's/server/grpc/g' Dockerfile
- 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
tags: siteworxpro/img-proxy-url-generator:${{ gitea.ref_name }}-grpc