Skip to content

Commit 26134af

Browse files
committed
fix build perms
1 parent 0439400 commit 26134af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,11 @@ jobs:
5757
build:
5858
name: Build and push image
5959
runs-on: ubuntu-latest
60+
permissions:
61+
packages: write
6062
needs: tests
6163
steps:
64+
- uses: actions/checkout@v4
6265
- name: Login to GitHub Container Registry
6366
uses: docker/login-action@v3
6467
with:

0 commit comments

Comments
 (0)