Skip to content

Commit 34e8cac

Browse files
authored
Update docker-image.yml
1 parent 8064b3e commit 34e8cac

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Docker Image CI
22

33
on:
44
push:
5-
branches: [ "main" ,"dev-auth" ]
5+
branches: [ "dev-auth" ]
66
pull_request:
7-
branches: [ "main","dev-auth" ]
7+
branches: [ "dev-auth" ]
88

99
jobs:
1010

@@ -19,6 +19,6 @@ jobs:
1919

2020

2121
- name: Docker Build
22-
run: docker build . -t index.docker.io/maxiplux/fastapidevops
22+
run: docker build . -t index.docker.io/maxiplux/fastapidevops-auth
2323
- name: Docker Push
24-
run: docker push index.docker.io/maxiplux/fastapidevops
24+
run: docker push index.docker.io/maxiplux/fastapidevops-auth

0 commit comments

Comments
 (0)