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 ee8ddea commit ec1229b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

env:
REGISTRY: ghcr.io
REPOSITORY: ${{ github.repository }}

jobs:
build:
Expand Down Expand Up @@ -36,5 +35,5 @@ jobs:
registry: ${{ env.REGISTRY }}
registry_username: ${{ github.actor }}
registry_password: ${{ secrets.GITHUB_TOKEN }}
registry_reference: "${{ env.REGISTRY }}/${{ env.REPOSITORY }}/newsfeeder-ts:test1"
registry_reference: "${{ env.REGISTRY }}/fermyon/newsfeeder-ts:test1"
manifest_file: newsfeeder-ts/spin.toml

0 comments on commit ec1229b

Please # to comment.