Skip to content

Commit

Permalink
change target repo
Browse files Browse the repository at this point in the history
  • Loading branch information
janspeller committed May 4, 2022
1 parent 41027b4 commit 3df108c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Docker Image

on:
push:
branches: [ master, feature/docker ]
branches: [ master ]

jobs:

Expand All @@ -22,4 +22,4 @@ jobs:
- name: Rename the Docker image
run: docker tag boswatch docker.pkg.github.com/janspeller/bw3-core/boswatch:latest
- 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

0 comments on commit 3df108c

Please sign in to comment.