diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f44605..005e898 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: type=sha,prefix=,format=short - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . push: true