Skip to content

Commit

Permalink
test spin registry push
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Jindal <[email protected]>
  • Loading branch information
rajatjindal committed Apr 19, 2024
1 parent 0d26292 commit 5d8b2d2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/spin-registry-push.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: 'spin registry push'
on:
push:
branches:
- use-spin-build
pull_request:
branches: ["main"]
workflow_call:
inputs:
test:
Expand Down Expand Up @@ -64,5 +63,4 @@ jobs:

- name: test
uses: docker/build-push-action@v5
if: ${{ inputs.test }}
run: spin registry push ghcr.io/${{ github.repository }}/${{ matrix.image.imageName }}:${{ env.RELEASE_VERSION }}

0 comments on commit 5d8b2d2

Please sign in to comment.