File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - ' development'
8+ - ' test-regression-ci-tests-atr'
89 - ' release-[0-9]+.[0-9]+'
910
1011jobs :
2021 run : echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
2122 id : extract_branch
2223
24+ - name : Extract tag name
25+ shell : bash
26+ run : echo "tag=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" | sed 's/test-regression-ci-tests-atr/development/' >> $GITHUB_OUTPUT
27+ id : extract_tag
28+
2329 - name : Check out Yoda repository
2430 uses : actions/checkout@v6
2531 with :
4551 context : yoda/docker/images/yoda_irods_icat
4652 file : yoda/docker/images/yoda_irods_icat/Dockerfile
4753 push : true
48- tags : ghcr.io/utrechtuniversity/yoda-provider:${{ steps.extract_branch .outputs.branch }}
54+ tags : ghcr.io/utrechtuniversity/yoda-provider:${{ steps.extract_tag .outputs.tag }}
4955 build-args : |
50- TAG=${{ steps.extract_branch .outputs.branch }}
56+ TAG=${{ steps.extract_tag .outputs.tag }}
You can’t perform that action at this time.
0 commit comments