We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec21b5 commit 84ec5d1Copy full SHA for 84ec5d1
.github/workflows/wipac-cicd.yml
@@ -79,6 +79,7 @@ jobs:
79
permissions:
80
id-token: write
81
contents: write
82
+ packages: write
83
84
steps:
85
# Note: we need to checkout the repository at the workflow sha in case during the workflow
@@ -115,7 +116,7 @@ jobs:
115
116
uses: docker/metadata-action@v5
117
with:
118
images: |
- ghcr.io/WIPACRepo/cephfs-disk-usage
119
+ ghcr.io/wipacrepo/cephfs-disk-usage
120
tags: |
121
type=semver,pattern={{major}},value=${{ steps.release.outputs.tag }}
122
type=semver,pattern={{major}}.{{minor}},value=${{ steps.release.outputs.tag }}
0 commit comments