Skip to content

Commit 7495d18

Browse files
Fix push to ghcr.io
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
1 parent 4087244 commit 7495d18

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ jobs:
3232
- name: Set up Docker Buildx
3333
uses: docker/setup-buildx-action@v3
3434

35+
- name: Log in to the Container registry
36+
uses: docker/login-action@v3
37+
with:
38+
registry: ${{ env.REGISTRY }}
39+
username: ${{ github.actor }}
40+
password: ${{ secrets.GITHUB_TOKEN }}
41+
3542
- name: Build and push image
3643
run: make image-build-push
3744
env:

0 commit comments

Comments
 (0)