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

This commit is contained in:
Tanguy Herbron 2023-08-05 22:26:06 +02:00
parent 3cf886c685
commit e76cb2f3d5

View File

@ -19,4 +19,12 @@ jobs:
registry: git.halis.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Make tag
id: tag_vars
run: echo "IMAGE_NAME=$(echo $GITHUB_SERVER_URL/$GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]' | cut -d '/' -f3-)" >> $GITHUB_OUTPUT
- name: Build and push
uses: https://gitea.com/docker/build-push-action@v4
with:
push: true
tags: ${{ steps.tag_vars.outputs.IMAGE_NAME }}:latest