We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34f20d commit 0bbc0e6Copy full SHA for 0bbc0e6
.github/workflows/dockerhub.yaml
@@ -93,6 +93,11 @@ jobs:
93
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ matrix.image }}:buildcache,mode=max
94
provenance: mode=max
95
96
+ - name: Install Notary CLI
97
+ run: |
98
+ curl -L https://github.com/notaryproject/notary/releases/download/v0.6.1/notary-Linux-amd64 -o /usr/local/bin/notary
99
+ chmod +x /usr/local/bin/notary
100
+
101
- name: Sign the image using Notary
102
if: github.event_name == 'release'
103
env:
0 commit comments