diff --git a/.github/workflows/dotnet-cd.yml b/.github/workflows/dotnet-cd.yml index a218414..3719405 100644 --- a/.github/workflows/dotnet-cd.yml +++ b/.github/workflows/dotnet-cd.yml @@ -118,7 +118,7 @@ jobs: - name: Build and push Docker image to GitHub Container Registry id: push - uses: docker/build-push-action@v7.0.0 + uses: docker/build-push-action@v7.1.0 with: context: . push: true