Skip to content

Commit 4f0295c

Browse files
committed
feat: update workflows
1 parent dff7169 commit 4f0295c

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.github/workflows/frontend.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Frontend
22

33
on:
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

1111
defaults:
1212
run:
@@ -49,5 +49,5 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,6 @@ jobs:
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

0 commit comments

Comments
 (0)