Skip to content

Commit

Permalink
debug final
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Dec 15, 2023
1 parent df83252 commit 5847310
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/docker-autobuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
1 change: 1 addition & 0 deletions containers/rucio-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 5847310

Please sign in to comment.