We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1291d90 commit b9f41f9Copy full SHA for b9f41f9
.github/workflows/docker.yml
@@ -45,7 +45,7 @@ jobs:
45
password: ${{ secrets.GITHUB_TOKEN }}
46
- name: Build and push
47
if: ${{ steps.changes.outputs.changed == 'true' || startsWith(github.ref, 'refs/tags/') }}
48
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
49
with:
50
context: .
51
platforms: linux/amd64,linux/arm64
.github/workflows/test.yml
@@ -346,7 +346,7 @@ jobs:
346
347
- uses: docker/setup-buildx-action@v3
348
- name: Build
349
350
351
352
push: false
0 commit comments