We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee9aeb commit 2dc96f6Copy full SHA for 2dc96f6
1 file changed
.github/workflows/deploy.yml
@@ -20,13 +20,13 @@ jobs:
20
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
25
- name: Build docker image
26
run: make -C build rebuild-image@$SUBARCH@$IMAGE
27
28
- name: Login to GitHub Container Registry
29
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
30
with:
31
registry: ghcr.io
32
username: linuxppc
0 commit comments