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 62a1cb0 commit f808980Copy full SHA for f808980
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
uses: docker/setup-buildx-action@v3
62
63
- name: Build and push containers
64
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
65
with:
66
push: ${{ github.ref == 'refs/heads/master' }}
67
platforms: linux/arm,linux/amd64,linux/arm64/v8
0 commit comments