From b948a50ca2ba0419c6d54155cb33121e0d05a944 Mon Sep 17 00:00:00 2001 From: Bailey Hayes Date: Fri, 15 Aug 2025 15:48:04 -0400 Subject: [PATCH] ci: must use same oci URI package as 0.2 Limited by wkg registry discovery for downstream wkg build --- .github/workflows/publish-0.3.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-0.3.yml b/.github/workflows/publish-0.3.yml index e278d52..5eb3c0b 100644 --- a/.github/workflows/publish-0.3.yml +++ b/.github/workflows/publish-0.3.yml @@ -39,7 +39,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ghcr.io/webassembly/wasi/sockets-0.3.0 + images: ghcr.io/webassembly/wasi/sockets tags: | type=semver,pattern={{version}} @@ -59,7 +59,7 @@ jobs: id: publish uses: bytecodealliance/wkg-github-action@v5 with: - oci-reference-without-tag: "ghcr.io/webassembly/wasi/sockets-0.3.0" + oci-reference-without-tag: "ghcr.io/webassembly/wasi/sockets" file: "${{ github.event.repository.name }}-0.3.0.wasm" description: "A WASI API for reading the current time and measuring elapsed time (0.3.0 version)." source: 'https://github.com/webassembly/wasi' @@ -69,4 +69,4 @@ jobs: # Sign the output component - name: Sign the wasm component - run: cosign sign --yes ghcr.io/webassembly/wasi/sockets-0.3.0@${{ steps.publish.outputs.digest }} + run: cosign sign --yes ghcr.io/webassembly/wasi/sockets@${{ steps.publish.outputs.digest }}