We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e18204 commit 74e04d1Copy full SHA for 74e04d1
.github/workflows/build_and_push_docker_image.yml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
aws ecr get-login-password --region eu-west-2 | docker login --username AWS --password-stdin ${{ steps.retrieve-deploy-account-id.outputs.account_id }}.dkr.ecr.eu-west-2.amazonaws.com
62
63
- - name: Push x64 image to Amazon ECR
+ - name: Push amd64 image to Amazon ECR
64
env:
65
ECR_REPOSITORY: ${{ inputs.container_ecr }}
66
IMAGE_TAG: ${{ inputs.container_image_tag }}
0 commit comments