We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53bc2bf + 8496385 commit c1ff69dCopy full SHA for c1ff69d
2 files changed
.github/workflows/ci.yml
@@ -140,7 +140,7 @@ jobs:
140
141
- name: Build and push by digest
142
id: build
143
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
144
with:
145
context: .
146
platforms: ${{ matrix.platform }}
.github/workflows/publish.yml
@@ -86,7 +86,7 @@ jobs:
86
latest
87
88
- name: Build and push Docker image
89
90
91
92
push: true
0 commit comments