Skip to content

Commit 9500365

Browse files
committed
added github action for ci/cd
1 parent 8f1faa3 commit 9500365

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
uses: docker/build-push-action@v5
3838
with:
3939
context: ./backend
40-
dockerfile: ./backend/Dockerfile
40+
file: ./backend/Dockerfile
4141
push: true
42-
tags: DOCKER_HUB_USERNAME/talentworld-backend:latest
42+
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/talentworld-backend:latest

0 commit comments

Comments
 (0)