Skip to content

Commit 791b29e

Browse files
authored
fix: bump gooci version to 0.0.7 (#6)
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
1 parent 6519e90 commit 791b29e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
- name: Install gooci cli
21-
run: go install github.com/compliance-framework/gooci@latest
21+
run: go install github.com/compliance-framework/gooci@v0.0.7
2222
- name: Authenticate gooci cli
2323
run: gooci login ghcr.io --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }}
2424
- name: gooci Upload Version

0 commit comments

Comments
 (0)