diff --git a/.github/workflows/e2e-gha.yml b/.github/workflows/e2e-gha.yml index 587bec4b..89bc433d 100644 --- a/.github/workflows/e2e-gha.yml +++ b/.github/workflows/e2e-gha.yml @@ -6,7 +6,7 @@ on: - master env: CIUXCONFIG: /tmp/ciux.sh - CIUX_VERSION: 29cc0b1a6 + CIUX_VERSION: 927153e3f GHA_BRANCH_NAME: ${{ github.head_ref || github.ref_name }} SUFFIX: noscience jobs: @@ -166,4 +166,4 @@ jobs: password: ${{ secrets.REGISTRY_TOKEN }} - name: Push image to IN2P3 registry run: | - docker push "${{ needs.build.outputs.image }}" \ No newline at end of file + docker push "${{ needs.build.outputs.image }}" diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 9e92ba3f..7a4a352b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -13,7 +13,7 @@ on: required: true env: CIUXCONFIG: /tmp/ciux.sh - CIUX_VERSION: 29cc0b1a6 + CIUX_VERSION: 927153e3f GHA_BRANCH_NAME: ${{ github.head_ref || github.ref_name }} NOSCIENCE: ${{ inputs.noscience }} # Override the self-hosted runner value