Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Added workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
awshuss committed Nov 17, 2023
1 parent 05446ad commit 0677b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/non-prod-selfserve-web-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,10 @@ jobs:
- name: Sign SelfServe Web image
uses: dvsa/olcs-backend/.github/actions/image-integrity@feature/AWSRESET1-514
with:
aws_signer_profile_arn: ${{ secrets.DVSA_AWS_NONPRODVOLTOOLING_IMAGE_SIGNING_PROFILE }}
aws_signer_profile_arn: ${{ secrets.DVSA_AWS_SSWEB_NONPROD_TOOLING_IMAGE_SIGNING_PROFILE }}
ecr_tagged_image: ${SSWEB_NONPROD_TOOLING_REPO_URL}:${SSWEB_IMAGE_TAG}
image_sign_create: 'true'

# - name: Sign SelfServe Web image
# # if: github.ref == 'refs/heads/master'
# run: |
# notation sign ${SSWEB_NONPROD_TOOLING_REPO_URL}:${SSWEB_IMAGE_TAG} \
# --plugin "com.amazonaws.signer.notation.plugin" --id "${{ secrets.DVSA_AWS_NONPRODVOLTOOLING_IMAGE_SIGNING_PROFILE }}"

outputs:
image_tag: ${{ steps.push-image.outputs.image_tag }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qa-selfserve-web-approval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ jobs:
- name: Sign PROD SelfServe Web image
uses: dvsa/olcs-backend/.github/actions/image-integrity@feature/AWSRESET1-514
with:
aws_signer_profile_arn: ${{ secrets.DVSA_AWS_NONPRODVOLTOOLING_IMAGE_SIGNING_PROFILE }}
aws_signer_profile_arn: ${{ secrets.DVSA_AWS_SSWEB_NONPROD_TOOLING_IMAGE_SIGNING_PROFILE }}
ecr_tagged_image: ${SSWEB_PROD_TOOLING_REPO_URL}:${PROD_SSWEB_IMAGE_TAG}
image_sign_create: 'true'

0 comments on commit 0677b63

Please sign in to comment.