File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Build and Push Docker Image to GHCR
44on :
55 push :
66 branches :
7- - main
7+ - dev
88
99jobs :
1010 build :
@@ -29,13 +29,13 @@ jobs:
2929 # Build and push Docker image to Docker Hub
3030 - name : Build and Push Docker image (Docker Hub)
3131 run : |
32- docker build -t rohanbatra/second-brain-database:latest .
33- docker push rohanbatra/second-brain-database:latest
32+ docker build -t rohanbatra/second-brain-database:dev .
33+ docker push rohanbatra/second-brain-database:dev
3434
3535 - name : Publish to Github Registry
3636 uses : elgohr/Publish-Docker-Github-Action@v5
3737 with :
38- name : rohanbatrain/second_brain_database
38+ name : rohanbatrain/second_brain_database/dev
3939 username : ${{ github.actor }}
4040 password : ${{ secrets.GITHUB_TOKEN }}
4141 registry : ghcr.io
You can’t perform that action at this time.
0 commit comments