We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073a6ed commit 7d9ed4cCopy full SHA for 7d9ed4c
.github/workflows/auto-release-kube-tools.yaml
@@ -27,7 +27,7 @@ jobs:
27
username: ${{ secrets.DOCKER_USERNAME }}
28
password: ${{ secrets.DOCKER_PASSWORD }}
29
- name: Build and push
30
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
31
with:
32
push: true
33
platforms: linux/amd64, linux/arm/v7, linux/arm/v8, linux/arm64
0 commit comments