Explicitly set push to true
This commit is contained in:
parent
df6a8bd78f
commit
d804c7233e
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
@ -21,6 +21,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
tag: latest
|
tag: latest
|
||||||
path: fyphe_O/neo4j/
|
path: fyphe_O/neo4j/
|
||||||
|
push: true
|
||||||
- name: Build backend
|
- name: Build backend
|
||||||
uses: docker/build-push-action@v1.1.0
|
uses: docker/build-push-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
@ -29,6 +30,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
tag: latest
|
tag: latest
|
||||||
path: fyphe_O/backend/
|
path: fyphe_O/backend/
|
||||||
|
push: true
|
||||||
- name: Build webapp
|
- name: Build webapp
|
||||||
uses: docker/build-push-action@v1.1.0
|
uses: docker/build-push-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
@ -36,4 +38,5 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
tag: latest
|
tag: latest
|
||||||
|
push: true
|
||||||
path: fyphe_O/webapp/
|
path: fyphe_O/webapp/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user