Skip to content

Commit

Permalink
try adding persmissions package write to workflow: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jun 14, 2023
1 parent f0ce079 commit 20009b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
build-push-types:
runs-on: ubuntu-latest

permissions:
packages: write

# subdirs of docker/ directory to build
strategy:
matrix:
Expand Down Expand Up @@ -47,6 +50,9 @@ jobs:
build-push-chains:
runs-on: ubuntu-latest

permissions:
packages: write

env:
DOCKER_REPO: ghcr.io/cosmology-tech/starship

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/starship-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
deploy-docker:
runs-on: ubuntu-latest

permissions:
packages: write

env:
DOCKER_REPO: ghcr.io/cosmology-tech/starship

Expand Down

0 comments on commit 20009b1

Please sign in to comment.