We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7b8a83 + 5211142 commit 21c74b8Copy full SHA for 21c74b8
1 file changed
.github/workflows/image-build-push.yaml
@@ -59,7 +59,7 @@ jobs:
59
- name: Set up Docker Buildx
60
uses: docker/setup-buildx-action@v3
61
- name: Build (validation only)
62
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
63
with:
64
context: .
65
platforms: linux/amd64
@@ -117,7 +117,7 @@ jobs:
117
type=semver,pattern={{major}}.{{minor}}
118
- name: Build and push
119
id: build
120
121
122
123
platforms: ${{ matrix.platform }}
0 commit comments