We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6519e90 commit 791b29eCopy full SHA for 791b29e
1 file changed
.github/workflows/build-and-upload.yml
@@ -18,7 +18,7 @@ jobs:
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
- name: Install gooci cli
21
- run: go install github.com/compliance-framework/gooci@latest
+ run: go install github.com/compliance-framework/gooci@v0.0.7
22
- name: Authenticate gooci cli
23
run: gooci login ghcr.io --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }}
24
- name: gooci Upload Version
0 commit comments