From 98813b9f827944c5404d136860f76e5a4de2f20e Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 30 Jan 2021 05:08:23 +0100 Subject: [PATCH] - updated docker/build-push-action@v1.1.0 to docker/build-push-action@v2 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37b409f07..d568ecd4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: # NEO4J ################################################################## ########################################################################## - name: Neo4J | Build `community` image - uses: docker/build-push-action@v1.1.0 + uses: docker/build-push-action@v2 with: repository: ocelotsocialnetwork/neo4j tags: latest @@ -76,7 +76,7 @@ jobs: # BUILD BACKEND DOCKER IMAGE (build) ##################################### ########################################################################## - name: backend | Build `build` image - uses: docker/build-push-action@v1.1.0 + uses: docker/build-push-action@v2 with: repository: ocelotsocialnetwork/backend tags: build @@ -109,7 +109,7 @@ jobs: # BUILD WEBAPP DOCKER IMAGE (build) ###################################### ########################################################################## - name: webapp | Build `build` image - uses: docker/build-push-action@v1.1.0 + uses: docker/build-push-action@v2 with: repository: ocelotsocialnetwork/webapp tags: build @@ -244,7 +244,7 @@ jobs: ########################################################################## # TODO: We want to push this to dockerhub #- name: Build backend production image - # uses: docker/build-push-action@v1.1.0 + # uses: docker/build-push-action@v2 # with: # repository: ocelotsocialnetwork/backend # tags: production @@ -257,7 +257,7 @@ jobs: ########################################################################## # TODO: We want to push this to dockerhub #- name: Build webapp production image - # uses: docker/build-push-action@v1.1.0 + # uses: docker/build-push-action@v2 # with: # repository: ocelotsocialnetwork/webapp # tags: production