Skip to content

Commit aca3f1a

Browse files
committed
Login to ghcr.io to push images
1 parent c49aee5 commit aca3f1a

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@ jobs:
2525
- name: Build docker image
2626
run: make -C build rebuild-image@$SUBARCH@$IMAGE
2727

28+
- name: Login to GitHub Container Registry
29+
uses: docker/login-action@v2
30+
with:
31+
registry: ghcr.io
32+
username: linuxppc
33+
password: ${{ secrets.GITHUB_TOKEN }}
34+
2835
- name: Push docker image
29-
env:
30-
DOCKER_USER: ${{ secrets.DOCKER_USER }}
31-
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
3236
run: make -C build push-image@$SUBARCH@$IMAGE

0 commit comments

Comments
 (0)