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

This commit is contained in:
Tanguy Herbron 2023-08-06 01:18:02 +02:00
parent 5f27e2db07
commit a1fac1d125

View File

@ -19,8 +19,6 @@ jobs:
registry: git.halis.io registry: git.halis.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Check ls
run: ls -la
- name: Make tag - name: Make 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
@ -28,5 +26,6 @@ jobs:
uses: https://gitea.com/docker/build-push-action@v4 uses: https://gitea.com/docker/build-push-action@v4
with: with:
push: true push: true
tags: git.halis.io/athens-school/runner-images:latest file: images/debian/Dockerfile.12.1-node18
tags: ${{ steps.tag_vars.outputs.IMAGE_NAME }}:debian12.1-node18