File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ name: Frontend
22
33on :
44 push :
5- branches : [ main, devin.ford/fe-testing ]
5+ branches : [ main ]
66 paths :
77 - services/frontend/**
88 workflow_dispatch :
9- branches : [ main, devin.ford/fe-testing ]
9+ branches : [ main ]
1010
1111defaults :
1212 run :
4949 context : ./services/frontend
5050 platforms : linux/arm64, linux/amd64
5151 push : true
52- tags : ${{ secrets.PUBLIC_ECR_REGISTRY }}/storedog/frontend:test6
52+ tags : ${{ secrets.PUBLIC_ECR_REGISTRY }}/storedog/frontend:latest
5353
Original file line number Diff line number Diff line change 5454 docker pull "$i":latest
5555 docker tag "$i":latest "$i":$TAG
5656 docker push "$i":$TAG
57-
58- # Since frontend is images are build to be platform specific, we need to tag and deploy accordingly
59- if [[ "$i" == *"storedog/frontend"* ]]; then
60- # deploy frontend arm image
61- docker pull "$i":arm-latest
62- docker tag "$i":arm-latest "$i":arm-$TAG
63- docker push "$i":arm-$TAG
64- fi
6557
6658 done
6759
You can’t perform that action at this time.
0 commit comments