diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4509ee9..3be94ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - name: Build the Container id: build - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . push: true