We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58cf0f6 + 82404e2 commit 5f0ba82Copy full SHA for 5f0ba82
1 file changed
.github/workflows/dev.yml
@@ -5,6 +5,7 @@ on:
5
push:
6
branches:
7
- dev
8
+ - main
9
10
jobs:
11
build:
@@ -29,8 +30,8 @@ jobs:
29
30
# Build and push Docker image to Docker Hub
31
- name: Build and Push Docker image (Docker Hub)
32
run: |
- docker build -t rohanbatra/second-brain-database:dev .
33
- docker push rohanbatra/second-brain-database:dev
+ docker build -t rohanbatra/second_brain_database:latest .
34
+ docker push rohanbatra/second_brain_database:latest
35
36
- name: Publish to Github Registry
37
uses: elgohr/Publish-Docker-Github-Action@v5
0 commit comments