Skip to content

Commit 74e04d1

Browse files
committed
fix step name
1 parent 7e18204 commit 74e04d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_push_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
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
6262
63-
- name: Push x64 image to Amazon ECR
63+
- name: Push amd64 image to Amazon ECR
6464
env:
6565
ECR_REPOSITORY: ${{ inputs.container_ecr }}
6666
IMAGE_TAG: ${{ inputs.container_image_tag }}

0 commit comments

Comments
 (0)