We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86677b8 commit a8755e9Copy full SHA for a8755e9
.github/workflows/docker.build.yaml
@@ -71,7 +71,7 @@ jobs:
71
password: ${{ secrets.GOOGLE_ARTIFACTS_PASSWORD_DOCKER }}
72
73
- name: Build Docker image
74
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
75
with:
76
context: .
77
platforms: linux/amd64,linux/arm64
0 commit comments