Skip to content

Commit

Permalink
Use subcommit for fe-next
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic authored and sbliven committed Nov 25, 2024
1 parent 1ef174d commit cae2ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scicat-fe-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
helm/configs/frontend-next/${{ needs.set_env.outputs.environment }}/**
frontend/**
commit: ${{ needs.set_env.outputs.commit }}
submodule_commit: ${{ github.event.inputs.submodule_commit }}
submodule_commit: 0e31b176b9dc9c1bfd9ebc7d6cc17a6cf3623363
submodule: frontend

build_deploy_scicat_fe_next:
Expand All @@ -51,7 +51,7 @@ jobs:
tag: ${{ needs.set_env.outputs.tag }}
environment: ${{ needs.set_env.outputs.environment }}
commit: ${{ needs.set_env.outputs.commit }}
submodule_commit: ${{ github.event.inputs.submodule_commit }}
submodule_commit: 0e31b176b9dc9c1bfd9ebc7d6cc17a6cf3623363
submodule: frontend
helm_set_files: >-
KEYCLOAK_ICON=helm/configs/frontend-next/keycloak_icon_256px.svg
Expand Down

0 comments on commit cae2ec6

Please sign in to comment.