mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Just ran into https://github.com/docker/build-push-action/issues/48
This commit is contained in:
parent
d804c7233e
commit
1a8ccfa2c1
9
.github/workflows/cd.yml
vendored
9
.github/workflows/cd.yml
vendored
@ -19,24 +19,21 @@ jobs:
|
|||||||
repository: schoolsinmotion/neo4j
|
repository: schoolsinmotion/neo4j
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
tag: latest
|
tags: 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:
|
||||||
repository: schoolsinmotion/backend
|
repository: schoolsinmotion/backend
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
tag: latest
|
tags: 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:
|
||||||
repository: schoolsinmotion/webapp
|
repository: schoolsinmotion/webapp
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
tag: latest
|
tags: latest
|
||||||
push: true
|
|
||||||
path: fyphe_O/webapp/
|
path: fyphe_O/webapp/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user