running pipeline
Some checks reported warnings
Image builder / build (push) Has been cancelled

This commit is contained in:
Tanguy Herbron 2023-08-06 18:43:30 +02:00
parent 0eae752414
commit 1ca0e64a26

View File

@ -16,6 +16,8 @@ jobs:
- name: Generate tag - name: Generate tag
id: tag_vars id: tag_vars
run: echo "IMAGE_NAME=$(echo $GITHUB_SERVER_URL/$GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]' | cut -d '/' -f3-)" >> $GITHUB_OUTPUT run: echo "IMAGE_NAME=$(echo $GITHUB_SERVER_URL/$GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]' | cut -d '/' -f3-)" >> $GITHUB_OUTPUT
- name: Wait
run: sleep 1000s
- name: Shell build - name: Shell build
run: | run: |
docker login git.halis.io -u therbron -p ${{ secrets.GITHUB_TOKEN }} docker login git.halis.io -u therbron -p ${{ secrets.GITHUB_TOKEN }}