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

This commit is contained in:
Tanguy Herbron 2023-08-06 18:08:56 +02:00
parent 1c70131de9
commit 413591f1c9

View File

@ -16,6 +16,12 @@ jobs:
- name: Generate tag
id: tag_vars
run: echo "IMAGE_NAME=$(echo $GITHUB_SERVER_URL/$GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]' | cut -d '/' -f3-)" >> $GITHUB_OUTPUT
- name: Shell build
run: |
docker login git.halis.io -u therbron -p ${{ secrets.GITHUB_TOKEN }}
docker pull ubuntu:latest
docker tag ubuntu:latest git.halis.io/athens-school/runner-images:ubuntu
docker push git.halis.io/athens-school/runner-images:ubuntu
- name: Login to register
uses: https://gitea.com/docker/login-action@v2
with: