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 41c962c commit fc3dc5fCopy full SHA for fc3dc5f
1 file changed
.github/workflows/deploy.yml
@@ -40,5 +40,5 @@ jobs:
40
ECR_REPOSITORY: 'ssh_bastion'
41
IMAGE_TAG: latest
42
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
+ docker build -t "$ECR_REGISTRY"/"$ECR_REPOSITORY":latest -t "$ECR_REGISTRY"/"$ECR_REPOSITORY":${{ github.sha }} -t "$ECR_REGISTRY/$ECR_REPOSITORY":${{ github.ref_name }} .
+ docker push "$ECR_REGISTRY/$ECR_REPOSITORY" --all-tags
0 commit comments