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:
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue