This commit is contained in:
parent
f74dccf8d9
commit
05a4b5584b
@ -19,13 +19,14 @@ jobs:
|
||||
registry: git.halis.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Make tag
|
||||
- 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: Build and push
|
||||
uses: https://gitea.com/docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
context: imaes/debian
|
||||
file: images/debian/Dockerfile.12.1-node18
|
||||
tags: git.halis.io/athens-school/runner-images:debian12.1-node18
|
||||
#tags: ${{ steps.tag_vars.outputs.IMAGE_NAME }}:debian12.1-node18
|
||||
|
Loading…
Reference in New Issue
Block a user