diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5179b11..b5aea16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,8 +57,11 @@ jobs: build: name: Build and push image runs-on: ubuntu-latest + permissions: + packages: write needs: tests steps: + - uses: actions/checkout@v4 - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: