We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2b1b5 commit 0a6f9fcCopy full SHA for 0a6f9fc
.github/workflows/push-to-registry.yaml
@@ -30,15 +30,15 @@ jobs:
30
31
-
32
name: Set up QEMU
33
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@v3
34
35
36
name: Set up Docker Buildx
37
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
38
39
40
name: Log in to the Container registry
41
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
42
with:
43
registry: ghcr.io
44
username: ${{ github.actor }}
0 commit comments