mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
- updated docker/build-push-action@v1.1.0 to docker/build-push-action@v2
This commit is contained in:
parent
ae957b0aad
commit
98813b9f82
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
# NEO4J ##################################################################
|
# NEO4J ##################################################################
|
||||||
##########################################################################
|
##########################################################################
|
||||||
- name: Neo4J | Build `community` image
|
- name: Neo4J | Build `community` image
|
||||||
uses: docker/build-push-action@v1.1.0
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
repository: ocelotsocialnetwork/neo4j
|
repository: ocelotsocialnetwork/neo4j
|
||||||
tags: latest
|
tags: latest
|
||||||
@ -76,7 +76,7 @@ jobs:
|
|||||||
# BUILD BACKEND DOCKER IMAGE (build) #####################################
|
# BUILD BACKEND DOCKER IMAGE (build) #####################################
|
||||||
##########################################################################
|
##########################################################################
|
||||||
- name: backend | Build `build` image
|
- name: backend | Build `build` image
|
||||||
uses: docker/build-push-action@v1.1.0
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
repository: ocelotsocialnetwork/backend
|
repository: ocelotsocialnetwork/backend
|
||||||
tags: build
|
tags: build
|
||||||
@ -109,7 +109,7 @@ jobs:
|
|||||||
# BUILD WEBAPP DOCKER IMAGE (build) ######################################
|
# BUILD WEBAPP DOCKER IMAGE (build) ######################################
|
||||||
##########################################################################
|
##########################################################################
|
||||||
- name: webapp | Build `build` image
|
- name: webapp | Build `build` image
|
||||||
uses: docker/build-push-action@v1.1.0
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
repository: ocelotsocialnetwork/webapp
|
repository: ocelotsocialnetwork/webapp
|
||||||
tags: build
|
tags: build
|
||||||
@ -244,7 +244,7 @@ jobs:
|
|||||||
##########################################################################
|
##########################################################################
|
||||||
# TODO: We want to push this to dockerhub
|
# TODO: We want to push this to dockerhub
|
||||||
#- name: Build backend production image
|
#- name: Build backend production image
|
||||||
# uses: docker/build-push-action@v1.1.0
|
# uses: docker/build-push-action@v2
|
||||||
# with:
|
# with:
|
||||||
# repository: ocelotsocialnetwork/backend
|
# repository: ocelotsocialnetwork/backend
|
||||||
# tags: production
|
# tags: production
|
||||||
@ -257,7 +257,7 @@ jobs:
|
|||||||
##########################################################################
|
##########################################################################
|
||||||
# TODO: We want to push this to dockerhub
|
# TODO: We want to push this to dockerhub
|
||||||
#- name: Build webapp production image
|
#- name: Build webapp production image
|
||||||
# uses: docker/build-push-action@v1.1.0
|
# uses: docker/build-push-action@v2
|
||||||
# with:
|
# with:
|
||||||
# repository: ocelotsocialnetwork/webapp
|
# repository: ocelotsocialnetwork/webapp
|
||||||
# tags: production
|
# tags: production
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user