This commit is contained in:
parent
5f27e2db07
commit
a1fac1d125
@ -19,8 +19,6 @@ jobs:
|
||||
registry: git.halis.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Check ls
|
||||
run: ls -la
|
||||
- name: Make tag
|
||||
id: tag_vars
|
||||
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
|
||||
with:
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user