We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6ea70 commit 94b900cCopy full SHA for 94b900c
1 file changed
.github/workflows/build.yml
@@ -23,10 +23,12 @@ jobs:
23
- name: Login to Github
24
uses: docker/login-action@v1
25
with:
26
- registry: ghcr.io
+ #registry: ghcr.io
27
+ registry: docker.pkg.github.com
28
username: ${{ github.repository_owner }}
29
password: ${{ secrets.GH_TOKEN }}
30
31
- name: Push all images
- 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
34
0 commit comments