Add tag latest
This commit is contained in:
parent
81631f0bd5
commit
df6a8bd78f
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
@ -19,6 +19,7 @@ jobs:
|
||||
repository: schoolsinmotion/neo4j
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
tag: latest
|
||||
path: fyphe_O/neo4j/
|
||||
- name: Build backend
|
||||
uses: docker/build-push-action@v1.1.0
|
||||
@ -26,6 +27,7 @@ jobs:
|
||||
repository: schoolsinmotion/backend
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
tag: latest
|
||||
path: fyphe_O/backend/
|
||||
- name: Build webapp
|
||||
uses: docker/build-push-action@v1.1.0
|
||||
@ -33,4 +35,5 @@ jobs:
|
||||
repository: schoolsinmotion/webapp
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
tag: latest
|
||||
path: fyphe_O/webapp/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user