Skip to content

Commit 84ec5d1

Browse files
committed
need packages write permissions
1 parent 4ec21b5 commit 84ec5d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wipac-cicd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
permissions:
8080
id-token: write
8181
contents: write
82+
packages: write
8283

8384
steps:
8485
# Note: we need to checkout the repository at the workflow sha in case during the workflow
@@ -115,7 +116,7 @@ jobs:
115116
uses: docker/metadata-action@v5
116117
with:
117118
images: |
118-
ghcr.io/WIPACRepo/cephfs-disk-usage
119+
ghcr.io/wipacrepo/cephfs-disk-usage
119120
tags: |
120121
type=semver,pattern={{major}},value=${{ steps.release.outputs.tag }}
121122
type=semver,pattern={{major}}.{{minor}},value=${{ steps.release.outputs.tag }}

0 commit comments

Comments
 (0)