-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
97d23fc
commit 8f5bc52
Showing
2 changed files
with
5 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,19 +47,6 @@ jobs: | |
image-repo: 'us-central1-docker.pkg.dev' | ||
image-name: "broad-juniper-eng-infra/juniper/${{ github.event.repository.name }}-admin" | ||
gradle-build-args: ':api-admin:jibDockerBuild' | ||
|
||
- name: Notify slack on failure | ||
uses: broadinstitute/[email protected] | ||
if: failure() | ||
env: | ||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} | ||
with: | ||
channel: '#juniper-dev-notifications' | ||
status: failure | ||
author_name: Publish docker Image | ||
fields: job | ||
text: "Publish to juniper eng infra failed :sadpanda:, image ${{ steps.build-publish.outputs.published-image }} failed to publish" | ||
username: 'Juniper Build Notifications' | ||
|
||
publish-participant-image: | ||
needs: get-version-tag | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters