Skip to content

Commit

Permalink
Add ship job (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuchi authored Jan 22, 2024
1 parent 46bdde6 commit 690712a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@ jobs:
uses: trusted/shared-workflows/.github/workflows/build_and_push_dockerfile.yml@main
with:
image_name: url-to-pdf-api

ship:
needs: build-and-publish
uses: trusted/shared-workflows/.github/workflows/update_kube_state.yml@main
with:
repo_name: url-to-pdf-api
commit_sha: ${{ github.sha }}

0 comments on commit 690712a

Please sign in to comment.