File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 with :
2424 base-tag : ${{ github.ref_name }}
2525 image-name-prefix : ${{ needs.config.outputs.image-name-prefix }}
26- image-name-suffix : ${{ needs.config.outputs.image-name-suffix }}
27- working-directory : ${{ needs.config.outputs.working-directory }}
26+ image-name-suffix : " backend "
27+ working-directory : " ./backend "
2828 build-args : |
2929 KC_VERSION=${{ inputs.kc-version }}
3030 push : ${{ github.event_name != 'pull_request' }}
4545 base-tag : ${{ github.ref_name }}
4646 dockerfile : Dockerfile.beispiele
4747 image-name-prefix : ${{ needs.config.outputs.image-name-prefix }}
48- image-name-suffix : ${{ needs.config.outputs.image-name-suffix }}
49- working-directory : ${{ needs.config.outputs.working-directory }}
48+ image-name-suffix : " beispiele "
49+ working-directory : " ./backend "
5050 build-args : |
5151 SEED="${{ github.run_id }}${{ github.sha }}"
5252 IMAGE_TAG=${{ github.ref_name }}
6666 with :
6767 base-tag : ${{ github.ref_name }}
6868 image-name-prefix : ${{ needs.config.outputs.image-name-prefix }}
69- image-name-suffix : ${{ needs.config.outputs.image-name-suffix }}
69+ image-name-suffix : " frontend "
7070 working-directory : ' ./frontend'
7171 build-args : |
7272 VOLTO_VERSION=${{ needs.config.outputs.volto-version }}
Original file line number Diff line number Diff line change 1+ Fix GHA workflow for tag and deploy. @ericof
You can’t perform that action at this time.
0 commit comments