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 66c0229 commit 7318e5fCopy full SHA for 7318e5f
1 file changed
.github/workflows/build-and-upload.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
files: dist/bundle.tar.gz
25
- name: Install gooci cli
26
- run: go install github.com/compliance-framework/gooci@latest
+ run: go install github.com/compliance-framework/gooci@v0.0.7
27
- name: Authenticate gooci cli
28
run: gooci login ghcr.io --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }}
29
- name: gooci Upload Version
0 commit comments