fix docker repo path

This commit is contained in:
Jan Speller 2022-05-04 23:55:44 +02:00
parent f3c2fbe450
commit b574c8693f

View file

@ -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