Skip to content

Commit

Permalink
ci: update registry and signer key id
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense committed Apr 12, 2024
1 parent 29e3577 commit fdaac8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
default: false

env:
ECR_REGISTRY: 054614622558.dkr.ecr.eu-west-1.amazonaws.com
ECR_REGISTRY: 245185850403.dkr.ecr.eu-west-1.amazonaws.com
AWS_REGION: eu-west-1

jobs:
Expand Down Expand Up @@ -112,5 +112,5 @@ jobs:
plugin_name: com.amazonaws.signer.notation.plugin
plugin_url: https://d2hvyiie56hcat.cloudfront.net/linux/amd64/plugin/latest/notation-aws-signer-plugin.zip
plugin_checksum: cccfe8fdcdf853d83fd57ffc80524eddda75ad7ae9d9a257b087007230ec02f9
key_id: arn:aws:signer:eu-west-1:054614622558:/signing-profiles/vol_app_20240313124948142600000001 # Change me
key_id: arn:aws:signer:eu-west-1:245185850403:/signing-profiles/base_image_signer20240410115736478500000001
target_artifact_reference: ${{ env.ECR_REGISTRY }}/${{ inputs.repository }}@${{ steps.build-and-push.outputs.digest }}

0 comments on commit fdaac8b

Please sign in to comment.