This commit is contained in:
parent
3cf886c685
commit
e76cb2f3d5
@ -19,4 +19,12 @@ jobs:
|
|||||||
registry: git.halis.io
|
registry: git.halis.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user