diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bdf43c88..04548d5fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -617,7 +617,7 @@ jobs: # deploy the image - name: Build image and push to GitHub Container Registry - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./build/Dockerfile