Skip to content

Commit

Permalink
Fix makefile reference
Browse files Browse the repository at this point in the history
Signed-off-by: Mariusz Sabath <[email protected]>
  • Loading branch information
mrsabath committed Jul 6, 2023
1 parent 1d82509 commit 21504c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ jobs:

# build and push images tagged with GITHUB_SHA, version, and latest
- name: Build and push tornjak backend image
run: make release-backend
run: make release-tornjak-backend

- name: Build and push tornjak frontend image
run: make release-frontend
run: make release-tornjak-frontend

- name: Build and push tornjak image (frontend+backend)
run: make release-tornjak

- name: Build and push tornjak manager image
run: make release-manager
run: make release-tornjak-manager

- name: Print job result
run: |
Expand Down

0 comments on commit 21504c7

Please sign in to comment.