diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60fe1f2..0fd644d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: echo "The version increment was: ${{ steps.taggerDryRun.outputs.part }}" - name: Build and push Docker image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v7 with: context: . push: true