Skip to content

Commit

Permalink
oci push
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Jindal <rajatjindal83@gmail.com>
  • Loading branch information
rajatjindal committed Nov 4, 2023
1 parent 1654845 commit ee8ddea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ env:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: newsfeeder-ts
steps:
- uses: actions/checkout@v3

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

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

- name: build and push
Expand All @@ -39,3 +37,4 @@ jobs:
registry_username: ${{ github.actor }}
registry_password: ${{ secrets.GITHUB_TOKEN }}
registry_reference: "${{ env.REGISTRY }}/${{ env.REPOSITORY }}/newsfeeder-ts:test1"
manifest_file: newsfeeder-ts/spin.toml

0 comments on commit ee8ddea

Please # to comment.