Skip to content

Commit 94b900c

Browse files
committed
moved to gh packages back
1 parent fa6ea70 commit 94b900c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ jobs:
2323
- name: Login to Github
2424
uses: docker/login-action@v1
2525
with:
26-
registry: ghcr.io
26+
#registry: ghcr.io
27+
registry: docker.pkg.github.com
2728
username: ${{ github.repository_owner }}
2829
password: ${{ secrets.GH_TOKEN }}
2930

3031
- name: Push all images
31-
run: ./scripts/push_all.sh lonsofore/cod2 ghcr.io/lonsofore/cod2
32+
#run: ./scripts/push_all.sh lonsofore/cod2 ghcr.io/lonsofore/cod2
33+
run: ./scripts/push_all.sh lonsofore/cod2 docker.pkg.github.com/lonsofore/cod2docker/cod2
3234

0 commit comments

Comments
 (0)