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 cea164c commit c6499c9Copy full SHA for c6499c9
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 }} .
+ docker build -t "$ECR_REGISTRY"/"$ECR_REPOSITORY":latest -t "$ECR_REGISTRY"/"$ECR_REPOSITORY":${{ github.sha }}
44
docker push "$ECR_REGISTRY/$ECR_REPOSITORY" --all-tags
0 commit comments