File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
id : meta
39
39
uses : docker/metadata-action@v5
40
40
with :
41
- images : ghcr.io/webassembly/wasi/clocks-0.3.0
41
+ images : ghcr.io/webassembly/wasi/clocks
42
42
tags : |
43
43
type=semver,pattern={{version}}
44
44
58
58
id : publish
59
59
uses : bytecodealliance/wkg-github-action@v5
60
60
with :
61
- oci-reference-without-tag : " ghcr.io/webassembly/wasi/clocks-0.3.0 "
61
+ oci-reference-without-tag : " ghcr.io/webassembly/wasi/clocks"
62
62
file : " ${{ github.event.repository.name }}-0.3.0.wasm"
63
63
description : " A WASI API for reading the current time and measuring elapsed time (0.3.0 version)."
64
64
source : ' https://github.com/webassembly/wasi'
68
68
69
69
# Sign the output component
70
70
- name : Sign the wasm component
71
- run : cosign sign --yes ghcr.io/webassembly/wasi/clocks-0.3.0 @${{ steps.publish.outputs.digest }}
71
+ run : cosign sign --yes ghcr.io/webassembly/wasi/clocks@${{ steps.publish.outputs.digest }}
You can’t perform that action at this time.
0 commit comments