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 00b4bea commit 1654845
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ env:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: newsfeeder-ts
steps:
- uses: actions/checkout@v3

Expand All @@ -27,12 +30,10 @@ jobs:
github_token: ${{ github.token }}

- name: npm install
working-directory: newsfeeder-ts
run: npm install

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

0 comments on commit 1654845

Please sign in to comment.