diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 755312d..1b92527 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,7 +163,7 @@ jobs: - name: Build and push Docker image if: startsWith(github.ref, 'refs/tags/') - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . push: true