pipeline runner
Some checks failed
Image builder / build (push) Failing after 26s

This commit is contained in:
Tanguy Herbron 2023-08-06 01:04:11 +02:00
parent 033045edb1
commit 5f27e2db07

View File

@ -19,6 +19,8 @@ jobs:
registry: git.halis.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Check ls
run: ls -la
- name: Make tag
id: tag_vars
run: echo "IMAGE_NAME=$(echo $GITHUB_SERVER_URL/$GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]' | cut -d '/' -f3-)" >> $GITHUB_OUTPUT