Skip to content

Commit

Permalink
update ship workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ink-victor committed Feb 5, 2025
1 parent fc7e24f commit f35eedc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
push:
branches:
- main
- main2
- preview1
- preview2
paths:
- .github/workflows/ship.yml
- "**"
jobs:
image-build-push:
Expand Down Expand Up @@ -95,4 +95,4 @@ jobs:
-H "Authorization: Bearer ${{ secrets.VICTOR_PAT_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
${{ secrets.TARGET_REPOSITORY_DISPATCH_URL }} \
-d '{"ref": "feat/ink-web-app-eks-app","inputs":{"digest":"${{ steps.build-push.outputs.digest }}"}}'
-d '{"ref": "main","inputs":{"digest":"${{ steps.build-push.outputs.digest }}"}}'

0 comments on commit f35eedc

Please sign in to comment.