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 5d4ef9d commit 1899ecaCopy full SHA for 1899eca
.github/workflows/release.yml
@@ -56,20 +56,20 @@ jobs:
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
58
- name: Set up QEMU
59
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@v3
60
61
- name: Set up Buildx
62
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
63
64
- name: Log in to the Container registry
65
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
66
with:
67
registry: ${{ env.REGISTRY }}
68
username: ${{ github.actor }}
69
password: ${{ secrets.PUBLISH_SECRET }}
70
71
- name: Build and push container image
72
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
73
74
context: .
75
platforms: linux/amd64,linux/arm64
0 commit comments