Skip to content

Commit

Permalink
Add white lines for readability of workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
  • Loading branch information
marcofranssen committed Jun 27, 2023
1 parent 9ff50b9 commit 60524ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/master-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,20 @@ jobs:
# set repo and GITHUB SHA
- name: Set github commit id
run: echo "GITHUB_SHA=$GITHUB_SHA" >> $GITHUB_ENV

- name: Set release repo
run: echo "REPO=ghcr.io/${{ github.repository_owner }}" >> $GITHUB_ENV

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

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

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

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

Expand Down

0 comments on commit 60524ae

Please sign in to comment.