Skip to content

Commit 1241705

Browse files
committed
ci: must use same oci URI as 0.2
Limited by wkg registry discovery for downstream wkg build
1 parent 0ba77f7 commit 1241705

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-0.3.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: meta
3939
uses: docker/metadata-action@v5
4040
with:
41-
images: ghcr.io/webassembly/wasi/clocks-0.3.0
41+
images: ghcr.io/webassembly/wasi/clocks
4242
tags: |
4343
type=semver,pattern={{version}}
4444
@@ -58,7 +58,7 @@ jobs:
5858
id: publish
5959
uses: bytecodealliance/wkg-github-action@v5
6060
with:
61-
oci-reference-without-tag: "ghcr.io/webassembly/wasi/clocks-0.3.0"
61+
oci-reference-without-tag: "ghcr.io/webassembly/wasi/clocks"
6262
file: "${{ github.event.repository.name }}-0.3.0.wasm"
6363
description: "A WASI API for reading the current time and measuring elapsed time (0.3.0 version)."
6464
source: 'https://github.com/webassembly/wasi'
@@ -68,4 +68,4 @@ jobs:
6868

6969
# Sign the output component
7070
- 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 }}

0 commit comments

Comments
 (0)