Skip to content

Commit 4c9a3d9

Browse files
Merge pull request #18 from rwilliamspbg-ops/copilot/update-ci-workflow-docker-push
[WIP] Update CI workflow to fix Docker push failure to GHCR
2 parents 253d510 + 61dfc87 commit 4c9a3d9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [ main ]
88

9+
permissions:
10+
contents: read
11+
packages: write
12+
913
env:
1014
CARGO_TERM_COLOR: always
1115
RUST_VERSION: 1.87

0 commit comments

Comments
 (0)