ci: 🐛 Fix bug causing worker Docker image to be a copy of Server

This commit is contained in:
Jesse Wierzbinski 2025-01-02 03:22:18 +01:00
parent c58c8c6cc8
commit 85de7b8ddc
No known key found for this signature in database

View file

@ -33,8 +33,10 @@ jobs:
include:
- container: worker
image_name: ${{ github.repository_owner }}/worker
dockerfile: Worker.Dockerfile
- container: server
image_name: ${{ github.repository_owner }}/server
dockerfile: Dockerfile
env:
REGISTRY: ghcr.io
@ -85,6 +87,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
GIT_COMMIT=${{ env.GIT_COMMIT }}
file: ${{ matrix.dockerfile }}
provenance: mode=max
sbom: true
platforms: linux/amd64,linux/arm64