diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c67fbfa..46e31dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ${{ steps.prepare.outputs.DOCKERFILE }}