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