We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfb6253 + f661d92 commit 9ae1ae1Copy full SHA for 9ae1ae1
.github/workflows/build_push_docker.yml
@@ -46,7 +46,7 @@ jobs:
46
password: ${{ secrets.GITHUB_TOKEN }}
47
-
48
name: Build and push
49
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
50
with:
51
context: ${{ inputs.dir_path }}
52
platforms: linux/amd64,linux/arm64
0 commit comments