From 8a5c3ad16541fefe0095f4cf81604c38516ef450 Mon Sep 17 00:00:00 2001 From: Pablo Romeo Date: Sun, 15 Aug 2021 23:10:56 -0300 Subject: [PATCH] Build fix --- .github/workflows/main.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 93c8e69..e8514e9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,7 +55,6 @@ jobs: with: # list of Docker images to use as base name for tags images: | - pabloromeo/clusterplex_pms ghcr.io/pabloromeo/clusterplex_pms # generate Docker tags based on the following events/attributes tags: | @@ -66,7 +65,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}} type=sha - - name: Build and push + - name: Build and push PMS uses: docker/build-push-action@v2 with: context: ./pms @@ -82,7 +81,6 @@ jobs: with: # list of Docker images to use as base name for tags images: | - pabloromeo/clusterplex_worker ghcr.io/pabloromeo/clusterplex_worker # generate Docker tags based on the following events/attributes tags: | @@ -93,7 +91,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}} type=sha - - name: Build and push + - name: Build and push Worker uses: docker/build-push-action@v2 with: context: ./worker @@ -109,7 +107,6 @@ jobs: with: # list of Docker images to use as base name for tags images: | - pabloromeo/clusterplex_orchestrator ghcr.io/pabloromeo/clusterplex_orchestrator # generate Docker tags based on the following events/attributes tags: | @@ -120,7 +117,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}} type=sha - - name: Build and push + - name: Build and push Orchestrator uses: docker/build-push-action@v2 with: context: ./orchestrator