Skip to content

Commit

Permalink
Fix typo in docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
bpaquet authored Jul 17, 2024
1 parent 06ad5bb commit 2112e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:

- run: |
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/doctolib
docker buildx build . --push --platforms linux/amd64,linux/arm64 -t public.ecr.aws/doctolib/neurow:latest -t public.ecr.aws/doctolib/neurow:latest -t public.ecr.aws/doctolib/neurow:${{ github.event.pull_request.head.sha || github.event.after || github.sha }}
docker buildx build . --push --platform linux/amd64,linux/arm64 -t public.ecr.aws/doctolib/neurow:latest -t public.ecr.aws/doctolib/neurow:latest -t public.ecr.aws/doctolib/neurow:${{ github.event.pull_request.head.sha || github.event.after || github.sha }}

0 comments on commit 2112e89

Please sign in to comment.