Skip to content

Commit

Permalink
add docker-build
Browse files Browse the repository at this point in the history
  • Loading branch information
edulauer committed Nov 13, 2024
1 parent 5e62554 commit d0fbe0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-pr-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# if: ${{ needs.call-frontend-build.outputs.test-status == 'success' }}
# run: echo "Tests passed"

# call-docker-build-and-push:
# name: Run
# needs: [call-backend-build, call-frontend-build]
# uses: ./.github/workflows/docker-build-and-push.yml
call-docker-build-and-push:
name: Run
needs: [build-server, build-frontend]
uses: ./.github/workflows/docker-build-and-push.yml

0 comments on commit d0fbe0d

Please sign in to comment.