diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c0668b..ef545f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -200,7 +200,7 @@ jobs: run: echo ::set-output "name=tag::$(echo ${{ matrix.platform }} | tr / -)" - name: Build - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v6.12.0 with: push: false load: true