Skip to content

Commit 08237b4

Browse files
authored
Merge pull request #3 from kitconcept/fix-tag-deploy
Fix GHA workflow for tag and deploy
2 parents 0d4effd + 020d20a commit 08237b4

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/tag.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
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' }}
@@ -45,8 +45,8 @@ jobs:
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 }}
@@ -66,7 +66,7 @@ jobs:
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 }}

news/+gha.internal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix GHA workflow for tag and deploy. @ericof

0 commit comments

Comments
 (0)