mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-03-04 12:03:59 +01:00
fix docker repo path
This commit is contained in:
parent
f3c2fbe450
commit
b574c8693f
4
.github/workflows/build_image.yml
vendored
4
.github/workflows/build_image.yml
vendored
|
|
@ -22,6 +22,6 @@ jobs:
|
|||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GH_PAT }}
|
||||
- name: Push the Client Docker image to Github package repository
|
||||
run: docker push docker.pkg.github.com/BOSWatch/bw3-core/client:latest
|
||||
run: docker push docker.pkg.github.com/janspeller/bw3-core/client:latest
|
||||
- name: Push the Server Docker image to Github package repository
|
||||
run: docker push docker.pkg.github.com/BOSWatch/bw3-core/server:latest
|
||||
run: docker push docker.pkg.github.com/janspeller/bw3-core/server:latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue