Skip to content

Commit

Permalink
CASMHMS-5597: Update hms build workflows to v2, and support artifacto…
Browse files Browse the repository at this point in the history
…ry authentication
  • Loading branch information
rsjostrand-hpe committed Dec 19, 2022
1 parent 85e2521 commit 7e84df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 58 deletions.
50 changes: 0 additions & 50 deletions .github/build-image-comment-template.md

This file was deleted.

10 changes: 2 additions & 8 deletions .github/workflows/build_and_release_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,8 @@ on:
- workflow_dispatch
jobs:
build_and_release:
uses: Cray-HPE/hms-build-image-workflows/.github/workflows/build_and_release_image.yaml@v1
uses: Cray-HPE/hms-build-image-workflows/.github/workflows/build_and_release_image.yaml@v2
with:
image-name: hms-hmcollector
enable-pr-comment: true
secrets:
artifactory-username: ${{ secrets.ARTIFACTORY_ALGOL60_USERNAME }}
artifactory-token: ${{ secrets.ARTIFACTORY_ALGOL60_TOKEN }}
snyk-token: ${{ secrets.SNYK_TOKEN }}
cosign-gcp-project-id: ${{ secrets.COSIGN_GCP_PROJECT_ID }}
cosign-gcp-sa-key: ${{ secrets.COSIGN_GCP_SA_KEY }}
cosign-key: ${{ secrets.COSIGN_KEY }}
secrets: inherit

0 comments on commit 7e84df1

Please sign in to comment.