diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6d36bb..32db4a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -169,7 +169,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build + push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: Dockerfile.backend