Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/publish-0.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

Expand All @@ -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'
Expand All @@ -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 }}