Skip to content

Commit 0bbc0e6

Browse files
committed
testing ga
Signed-off-by: Volkan Özçelik <me@volkan.io>
1 parent d34f20d commit 0bbc0e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dockerhub.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ jobs:
9393
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ matrix.image }}:buildcache,mode=max
9494
provenance: mode=max
9595

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+
96101
- name: Sign the image using Notary
97102
if: github.event_name == 'release'
98103
env:

0 commit comments

Comments
 (0)