Skip to content

Commit 7318e5f

Browse files
authored
chore: bump gooci dep ver (#12)
1 parent 66c0229 commit 7318e5f

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
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
files: dist/bundle.tar.gz
2525
- name: Install gooci cli
26-
run: go install github.com/compliance-framework/gooci@latest
26+
run: go install github.com/compliance-framework/gooci@v0.0.7
2727
- name: Authenticate gooci cli
2828
run: gooci login ghcr.io --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }}
2929
- name: gooci Upload Version

0 commit comments

Comments
 (0)