Skip to content

Commit a004b2b

Browse files
committed
Merge remote-tracking branch 'origin/dev-auth' into dev-auth
2 parents 20fccbf + 34e8cac commit a004b2b

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)