diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index b440e3a2..a439c85a 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -48,7 +48,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: file: contrib/images/Dockerfile platforms: linux/amd64