Skip to content

Commit a2c102e

Browse files
committed
changed the docker build & push info
1 parent c2dc433 commit a2c102e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd_backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
uses: docker/build-push-action@v4
2222
with:
2323
context: .
24-
file: ./docker/Dockerfile.backend
24+
file: Dockerfile
2525
push: true
26-
tags: ${{ secrets.DOCKERHUB_USERNAME }}/todo_app_be:${{ github.sha }}
26+
tags: ${{ secrets.DOCKERHUB_USERNAME }}/finno_be:${{ github.sha }}
2727

2828
- name: ssh into vm and run docker images
2929
run: |

0 commit comments

Comments
 (0)