Skip to content

Commit

Permalink
Add permission to write Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois committed Nov 20, 2024
1 parent d2f947a commit ec93f04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rest-server-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
build_docker_image_native:
name: Build and publish Docker image to GitHub Packages
runs-on: ubuntu-22.04
permissions:
packages: write
env:
DOCKER_IMAGE_NAME: 'docker.pkg.github.com/microsoft/nubesgen/nubesgen-native'
steps:
Expand Down

0 comments on commit ec93f04

Please sign in to comment.