Skip to content

Commit

Permalink
update release action to execute jobs sequentially
Browse files Browse the repository at this point in the history
  • Loading branch information
bigabig committed Nov 12, 2024
1 parent d06866e commit cccf0c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
push: true
tags: |
"uhhlt/dats_backend:${{ steps.extract_version.outputs.version }}"
- name: Prepare environment
working-directory: frontend
run: cp .env.production.example .env.production
- name: Build and push frontend container
uses: docker/build-push-action@v4
with:
Expand All @@ -67,6 +70,7 @@ jobs:
generateReleaseNotes: true
deploy_demo:
name: deploy_demo
needs: build_release
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit cccf0c4

Please sign in to comment.