mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
ci: 🐛 Fix bug causing worker Docker image to be a copy of Server
This commit is contained in:
parent
c58c8c6cc8
commit
85de7b8ddc
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue