Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Kozlowski <[email protected]>
  • Loading branch information
marcinguy authored Jul 6, 2024
1 parent a4fc8e3 commit 63eb551
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,14 @@ jobs:
matrix:
service: [worker-cli]
include:
- service: server
dockerfile: docker/docker/backend/Dockerfile
context: docker/docker/backend
component: server
- service: worker
dockerfile: docker/docker/worker/Dockerfile
context: docker/docker/worker
component: worker
- service: worker-cli
dockerfile: docker/docker/worker-cli/Dockerfile
context: docker/docker/worker-cli
component: worker-cli
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: auth
uses: webfactory/[email protected]
with:
Expand All @@ -47,7 +40,6 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2


- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 63eb551

Please sign in to comment.