Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 2, 2024
1 parent 9dba4dc commit 96e2e9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -166,4 +166,4 @@ jobs:
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Push image to IN2P3 registry
run: |
docker push "${{ needs.build.outputs.image }}"
docker push "${{ needs.build.outputs.image }}"
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96e2e9e

Please sign in to comment.