diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 29cc72831c..dea3a54778 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -105,7 +105,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: true