We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b048469 commit 436860fCopy full SHA for 436860f
.github/workflows/build.yml
@@ -164,7 +164,7 @@ jobs:
164
latest=${{ github.event.release.prerelease == false }}
165
166
- name: Build Docker image
167
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
168
with:
169
context: .
170
load: true
@@ -185,7 +185,7 @@ jobs:
185
echo "PLATFORMS=linux/amd64,linux/arm64,linux/arm/v7" >> $GITHUB_ENV
186
187
- name: Publish Docker image
188
189
190
191
platforms: ${{ env.PLATFORMS }}
0 commit comments