From 96e2e9e5fa269b16c004f0f875dcbe5ec480e7eb Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 2 Feb 2024 11:53:30 +0100 Subject: [PATCH] Update current feature --- .github/workflows/e2e-gha.yml | 4 ++-- .github/workflows/e2e.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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