File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 4242 with :
4343 fetch-depth : 0
4444
45+ - name : Log in to GitHub Container Registry
46+ uses : docker/login-action@v2.2.0
47+ with :
48+ registry : ghcr.io
49+ username : ${{ github.actor }}
50+ password : ${{ secrets.GITHUB_TOKEN }}
51+
4552 - name : Set up QEMU
4653 uses : docker/setup-qemu-action@v3.7.0
4754 with :
5663 context : .
5764 push : true
5865 tags : |
59- eu.gcr. io/happn-infra /nodegraph-generator:latest
60- eu.gcr. io/happn-infra /nodegraph-generator:${{ github.sha }}
61- eu.gcr. io/happn-infra /nodegraph-generator:${{ github.ref_name }}
66+ ghcr. io/happn-app /nodegraph-generator:latest
67+ ghcr. io/happn-app /nodegraph-generator:${{ github.sha }}
68+ ghcr. io/happn-app /nodegraph-generator:${{ github.ref_name }}
6269 platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments