We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41027b4 commit 3df108cCopy full SHA for 3df108c
1 file changed
.github/workflows/build_image.yml
@@ -2,7 +2,7 @@ name: Build Docker Image
2
3
on:
4
push:
5
- branches: [ master, feature/docker ]
+ branches: [ master ]
6
7
jobs:
8
@@ -22,4 +22,4 @@ jobs:
22
- name: Rename the Docker image
23
run: docker tag boswatch docker.pkg.github.com/janspeller/bw3-core/boswatch:latest
24
- name: Push the Docker image to Github package repository
25
- run: docker push docker.pkg.github.com/janspeller/bw3-core/boswatch:latest
+ run: docker push docker.pkg.github.com/BOSWatch/bw3-core/boswatch:latest
0 commit comments