Skip to content

Commit 3df108c

Browse files
committed
change target repo
1 parent 41027b4 commit 3df108c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Docker Image
22

33
on:
44
push:
5-
branches: [ master, feature/docker ]
5+
branches: [ master ]
66

77
jobs:
88

@@ -22,4 +22,4 @@ jobs:
2222
- name: Rename the Docker image
2323
run: docker tag boswatch docker.pkg.github.com/janspeller/bw3-core/boswatch:latest
2424
- name: Push the Docker image to Github package repository
25-
run: docker push docker.pkg.github.com/janspeller/bw3-core/boswatch:latest
25+
run: docker push docker.pkg.github.com/BOSWatch/bw3-core/boswatch:latest

0 commit comments

Comments
 (0)