From 5847310ce0ac66c9612058a4905c1d204efd6c68 Mon Sep 17 00:00:00 2001 From: garciagenrique Date: Fri, 15 Dec 2023 18:36:05 +0000 Subject: [PATCH] debug final --- .github/workflows/docker-autobuild.yaml | 19 +++++-------------- containers/rucio-client/Dockerfile | 1 + 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/.github/workflows/docker-autobuild.yaml b/.github/workflows/docker-autobuild.yaml index 3cd84ca5..5077550c 100644 --- a/.github/workflows/docker-autobuild.yaml +++ b/.github/workflows/docker-autobuild.yaml @@ -69,15 +69,15 @@ jobs: - name: Docker Checkout uses: actions/checkout@v4 - - name: Get tag - run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV + # - name: Get tag + # run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - - name: Check env output - run: echo "tag" is ${{ env.RELEASE_VERSION }} + # - name: Check env output + # run: echo "tag" is ${{ env.RELEASE_VERSION }} - name: Action for git describe id: ghd - uses: proudust/gh-describe@v1 + uses: proudust/gh-describe@v1.5.3 - name: Log in to the GH Container Registry id: login @@ -110,12 +110,3 @@ jobs: # build-args: | # BUILD_DATE=$(date +'%Y-%m-%dT%H:%M:%SZ') # TAG=${{ env.RELEASE_VERSION }} - - -# echo ::set-output name=container_list::$CONTAINERS_LIST -# -# echo "The final list is: ${CONTAINERS_LIST}" -# -# myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") -# echo "Updated array list: $myArray" -# echo "array=$myArray" >> $GITHUB_OUTPUT \ No newline at end of file diff --git a/containers/rucio-client/Dockerfile b/containers/rucio-client/Dockerfile index 191ec5c0..32afdf25 100644 --- a/containers/rucio-client/Dockerfile +++ b/containers/rucio-client/Dockerfile @@ -18,3 +18,4 @@ ADD --chown=user:user rucio.cfg.escape.j2 /opt/user/rucio.cfg.j2 ENV LC_ALL=en_US.UTF-8 ENTRYPOINT ["/bin/bash"] +