From 26134af7362c567a255315668454ecaf29503fad Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Sun, 19 May 2024 17:04:13 -0600 Subject: [PATCH] fix build perms --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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: