Skip to content

Commit 76583d9

Browse files
committed
ci: login and push to ghcr
1 parent 027954d commit 76583d9

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/release.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ jobs:
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:
@@ -56,7 +63,7 @@ jobs:
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

0 commit comments

Comments
 (0)