Skip to content

Commit

Permalink
Update docker-image-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CommonDrum authored Apr 18, 2024
1 parent 842f365 commit 7adb949
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/docker-image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,9 @@ jobs:
- name: Build and Push fondant-nctl-container Image
uses: docker/build-push-action@v3
with:
context: ./nctl-container
context: ./cctl-container
push: true
tags: blockbites/fondant-nctl-container:latest

- name: Build and Push fondant-lean-api Image
uses: docker/build-push-action@v3
with:
context: ./lean-api
push: true
tags: blockbites/fondant-lean-api:latest
tags: blockbites/fondant-cctl-container:latest

- name: Build and Push fondant-frontend Image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 7adb949

Please sign in to comment.