mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
change target repo
This commit is contained in:
parent
2862123fe6
commit
47c75772d1
4
.github/workflows/build_image.yml
vendored
4
.github/workflows/build_image.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Build Docker Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master, feature/docker ]
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
@ -22,4 +22,4 @@ jobs:
|
||||||
- name: Rename the Docker image
|
- name: Rename the Docker image
|
||||||
run: docker tag boswatch docker.pkg.github.com/janspeller/bw3-core/boswatch:latest
|
run: docker tag boswatch docker.pkg.github.com/janspeller/bw3-core/boswatch:latest
|
||||||
- name: Push the Docker image to Github package repository
|
- name: Push the Docker image to Github package repository
|
||||||
run: docker push docker.pkg.github.com/janspeller/bw3-core/boswatch:latest
|
run: docker push docker.pkg.github.com/BOSWatch/bw3-core/boswatch:latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue