We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bfc81a commit 038b6a0Copy full SHA for 038b6a0
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: docker/setup-buildx-action@v1
56
57
- name: push
58
- uses: docker/build-push-action@v2.10.0
+ uses: docker/build-push-action@v6.13.0
59
with:
60
# platforms: linux/arm64,linux/amd64
61
tags: ${{ steps.docker_meta.outputs.tags }}
0 commit comments