Skip to content

Commit fc3dc5f

Browse files
committed
double quotes
1 parent 41c962c commit fc3dc5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
ECR_REPOSITORY: 'ssh_bastion'
4141
IMAGE_TAG: latest
4242
run: |
43-
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:latest -t $ECR_REGISTRY/$ECR_REPOSITORY:${{ github.sha }} -t $ECR_REGISTRY/$ECR_REPOSITORY:${{ github.ref_name }} .
44-
docker push $ECR_REGISTRY/$ECR_REPOSITORY --all-tags
43+
docker build -t "$ECR_REGISTRY"/"$ECR_REPOSITORY":latest -t "$ECR_REGISTRY"/"$ECR_REPOSITORY":${{ github.sha }} -t "$ECR_REGISTRY/$ECR_REPOSITORY":${{ github.ref_name }} .
44+
docker push "$ECR_REGISTRY/$ECR_REPOSITORY" --all-tags

0 commit comments

Comments
 (0)