Skip to content

Commit

Permalink
add hoghooks
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Sep 13, 2024
1 parent 6ff16e2 commit b4f67f1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/rust-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
cyclotron-fetch_digest: ${{ steps.digest.outputs.cyclotron-fetch_digest }}
cyclotron-janitor_digest: ${{ steps.digest.outputs.cyclotron-janitor_digest }}
property-defs-rs_digest: ${{ steps.digest.outputs.property-defs-rs_digest }}
hook-api_digest: ${{ steps.digest.outputs.hook-api_digest }}
hook-janitor_digest: ${{ steps.digest.outputs.hook-janitor_digest }}
hook-worker_digest: ${{ steps.digest.outputs.hook-worker_digest }}

defaults:
run:
Expand Down Expand Up @@ -124,6 +127,14 @@ jobs:
values:
image:
sha: "${{ needs.build.outputs.property-defs-rs_digest }}"
- release: hoghooks
values:
api_image:
sha: "${{ needs.build.outputs.hook-api_digest }}"
janitor_image:
sha: "${{ needs.build.outputs.hook-janitor_digest }}"
worker_image:
sha: "${{ needs.build.outputs.hook-worker_digest }}"
steps:
- name: get deployer token
id: deployer
Expand Down

0 comments on commit b4f67f1

Please sign in to comment.