diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df58e59..1a555f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -116,7 +116,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: src/BridgeBank.Api/Dockerfile