Skip to content

Commit

Permalink
fix: Add write permissions to Docker GHA (#2619)
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive authored Jan 23, 2024
1 parent 0415b4a commit eb62a3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ concurrency:

jobs:
build:
permissions:
packages: write

runs-on: linux.4xlarge.nvidia.gpu

# Define key environment variables
Expand Down

0 comments on commit eb62a3d

Please sign in to comment.