Skip to content

Commit

Permalink
Add notary
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Dec 25, 2023
1 parent b80ab61 commit 917e8b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ jobs:
PLATFORM: "linux/amd64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6"
ACTION: push

- uses: actions/setup-go@v4
with:
go-version: "^1.17"
- name: "Install module"
run: |
export GO111MODULE=on
go install -tags pkcs11 github.com/theupdateframework/notary/cmd/notary@latest
notary --help
- name: Sign and push the manifest
uses: sudo-bot/action-docker-sign@latest
with:
Expand Down

0 comments on commit 917e8b5

Please sign in to comment.