Skip to content

Commit f29145c

Browse files
Update docker-image.yml
1 parent dd0fdb7 commit f29145c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030

3131
- name: Build and Push Docker Image
3232
run: |
33-
docker build . --tag ghcr.io/upayanmazumder/HackBot:latest --build-arg NODE_ENV=production
34-
docker push ghcr.io/upayanmazumder/HackBot:latest
33+
docker build . --tag ghcr.io/upayanmazumder/hackbot:latest --build-arg NODE_ENV=production
34+
docker push ghcr.io/upayanmazumder/hackbot:latest

0 commit comments

Comments
 (0)