Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloromeo authored Aug 16, 2021
1 parent 4bb6101 commit 8a5c3ad
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand All @@ -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: |
Expand All @@ -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
Expand All @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 8a5c3ad

Please sign in to comment.