We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3908c0e commit 7357da5Copy full SHA for 7357da5
.github/workflows/test-sign.yaml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
set -x
25
docker pull cgr.dev/chainguard/wolfi-base
26
- docker tag wolfi:latest "${IMAGE}"
+ docker tag wolfi-base:latest "${IMAGE}"
27
docker push "${IMAGE}"
28
- name: Sign image with cosign
29
0 commit comments