Skip to content

Commit ce6992a

Browse files
sourabhlodhasourabhlodha
authored andcommitted
tag updated on docker image
1 parent d2c5d01 commit ce6992a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
REPOSITORY: ${{ github.event.repository.name }}-repo
3636
TAG: ${{ github.ref_name }}
3737
run: |
38-
docker build -t $REGISTRY/$REPOSITORY:$TAG ./backend
39-
docker push $REGISTRY/$REPOSITORY:$TAG
38+
docker build -t $REGISTRY/$REPOSITORY:latest ./backend
39+
docker push $REGISTRY/$REPOSITORY:latest
4040
4141
- name: Deploy to ECS
4242
run: |

0 commit comments

Comments
 (0)