Skip to content

Commit d1306ce

Browse files
committed
ci: must use same oci URI package as 0.2
Limited by wkg registry discovery for downstream wkg build
1 parent b4adcee commit d1306ce

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
@@ -39,7 +39,7 @@ jobs:
3939
id: meta
4040
uses: docker/metadata-action@v5
4141
with:
42-
images: ghcr.io/webassembly/wasi/sockets-0.3.0
42+
images: ghcr.io/webassembly/wasi/sockets
4343
tags: |
4444
type=semver,pattern={{version}}
4545
@@ -59,7 +59,7 @@ jobs:
5959
id: publish
6060
uses: bytecodealliance/wkg-github-action@v5
6161
with:
62-
oci-reference-without-tag: "ghcr.io/webassembly/wasi/sockets-0.3.0"
62+
oci-reference-without-tag: "ghcr.io/webassembly/wasi/sockets"
6363
file: "${{ github.event.repository.name }}-0.3.0.wasm"
6464
description: "A WASI API for reading the current time and measuring elapsed time (0.3.0 version)."
6565
source: 'https://github.com/webassembly/wasi'
@@ -69,4 +69,4 @@ jobs:
6969

7070
# Sign the output component
7171
- name: Sign the wasm component
72-
run: cosign sign --yes ghcr.io/webassembly/wasi/sockets-0.3.0@${{ steps.publish.outputs.digest }}
72+
run: cosign sign --yes ghcr.io/webassembly/wasi/sockets@${{ steps.publish.outputs.digest }}

0 commit comments

Comments
 (0)