Skip to content

Commit 5f0ba82

Browse files
committed
2 parents 58cf0f6 + 82404e2 commit 5f0ba82

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/dev.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- dev
8+
- main
89

910
jobs:
1011
build:
@@ -29,8 +30,8 @@ jobs:
2930
# Build and push Docker image to Docker Hub
3031
- name: Build and Push Docker image (Docker Hub)
3132
run: |
32-
docker build -t rohanbatra/second-brain-database:dev .
33-
docker push rohanbatra/second-brain-database:dev
33+
docker build -t rohanbatra/second_brain_database:latest .
34+
docker push rohanbatra/second_brain_database:latest
3435
3536
- name: Publish to Github Registry
3637
uses: elgohr/Publish-Docker-Github-Action@v5

0 commit comments

Comments
 (0)