diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index fc820b2df..86022fd11 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -27,7 +27,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Build and export to Docker - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: context: . load: true @@ -82,7 +82,7 @@ jobs: - name: Build and push if: github.event_name == 'push' - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: context: . platforms: linux/amd64,linux/arm64