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 fc3dc5f commit 6d70a74Copy full SHA for 6d70a74
1 file changed
.github/workflows/pr.yml
@@ -22,4 +22,4 @@ jobs:
22
ECR_REPOSITORY: 'ssh_bastion'
23
IMAGE_TAG: latest
24
run: |
25
- docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:latest .
+ docker build -t "$ECR_REGISTRY/$ECR_REPOSITORY:latest" .
0 commit comments