Skip to content

Commit

Permalink
oci push
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Jindal <[email protected]>
  • Loading branch information
rajatjindal committed Nov 4, 2023
1 parent b0cb509 commit 00b4bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 19

- name: setup spin
uses: fermyon/actions/spin/setup
uses: fermyon/actions/spin/setup@v1
with:
version: v2.0.0
plugins: js2wasm
Expand All @@ -31,7 +31,7 @@ jobs:
run: npm install

- name: build and push
uses: fermyon/actions/spin/push
uses: fermyon/actions/spin/push@v1
working-directory: newsfeeder-ts
with:
registry: ${{ env.REGISTRY }}
Expand Down

0 comments on commit 00b4bea

Please sign in to comment.