Skip to content

Commit

Permalink
Use correct image name prefix for repo (#11465)
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad authored Dec 1, 2023
1 parent b8084cb commit a2a97cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}
sign-images: false
ecr-hostname: ${{ secrets.AWS_SDLC_ECR_HOSTNAME }}
ecr-image-name: chainlink-untrusted
ecr-image-name: crib-chainlink-untrusted
dockerhub_username: ${{ secrets.DOCKERHUB_READONLY_USERNAME }}
dockerhub_password: ${{ secrets.DOCKERHUB_READONLY_PASSWORD }}

Expand Down

0 comments on commit a2a97cc

Please sign in to comment.