Skip to content

Commit 93424cc

Browse files
authored
Merge pull request #5 from AssetPortal/chore/latest
[chore] Latest
2 parents 6b760bc + f47dda6 commit 93424cc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/production.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ jobs:
3535
ECR_REPOSITORY: assets/assets-api
3636
run: |
3737
cd packages/api
38-
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:${{ github.ref_name }} .
39-
docker push $ECR_REGISTRY/$ECR_REPOSITORY:${{ github.ref_name }}
38+
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:${{ github.ref_name }} -t $ECR_REGISTRY/$ECR_REPOSITORY:latest .
39+
docker push $ECR_REGISTRY/$ECR_REPOSITORY:${{ github.ref_name }}
40+
docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest

0 commit comments

Comments
 (0)