Skip to content

Commit 466da39

Browse files
kouassignUser
andauthored
chore: add missing write permission to push built Docker images (#38)
## What's Changed Override permission in the `docker` job. Closes #37. --------- Co-authored-by: Jacob Wujciak-Jens <[email protected]>
1 parent 476d1c0 commit 466da39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
name: Ubuntu Swift 5.10
6060
runs-on: ubuntu-latest
6161
timeout-minutes: 10
62+
permissions:
63+
packages: write
6264
env:
6365
DOCKER_VOLUME_PREFIX: .docker/
6466
steps:

0 commit comments

Comments
 (0)