Skip to content

Commit

Permalink
Fix typo repeat docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Thistleman committed Mar 2, 2023
1 parent aad075f commit 444a1f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
eval $(ssh-agent)
ssh-add ~/.ssh/id_rsa
export DOCKER_BUILDKIT=1
docker docker build --build-arg SSH_PRIVATE_KEY="$(cat ~/.ssh/id_rsa)" -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -f Dockerfile.rabbitmq .
docker build --build-arg SSH_PRIVATE_KEY="$(cat ~/.ssh/id_rsa)" -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -f Dockerfile.rabbitmq .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG"
Expand All @@ -293,4 +293,4 @@ jobs:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: 'openfido-prod-rabbitmq-service'
cluster: 'openfido-prod-ecs-cluster'
wait-for-service-stability: true
wait-for-service-stability: true

0 comments on commit 444a1f7

Please sign in to comment.