We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b760bc + f47dda6 commit 93424ccCopy full SHA for 93424cc
1 file changed
.github/workflows/production.yaml
@@ -35,5 +35,6 @@ jobs:
35
ECR_REPOSITORY: assets/assets-api
36
run: |
37
cd packages/api
38
- docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:${{ github.ref_name }} .
39
- docker push $ECR_REGISTRY/$ECR_REPOSITORY:${{ github.ref_name }}
+ docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:${{ github.ref_name }} -t $ECR_REGISTRY/$ECR_REPOSITORY:latest .
+ docker push $ECR_REGISTRY/$ECR_REPOSITORY:${{ github.ref_name }}
40
+ docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest
0 commit comments