diff --git a/.gitea/workflows/builder.yaml b/.gitea/workflows/builder.yaml index da1f24d..df8f9fc 100644 --- a/.gitea/workflows/builder.yaml +++ b/.gitea/workflows/builder.yaml @@ -24,5 +24,10 @@ jobs: run: echo "IMAGE_NAME=$(echo $GITHUB_SERVER_URL/$GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]' | cut -d '/' -f3-)" >> $GITHUB_OUTPUT - name: Build and push uses: https://github.com/docker/build-push-action@v4 - #tags: ${{ steps.tag_vars.outputs.IMAGE_NAME }}:debian12.1-node18 + with: + push: true + context: images/debian + file: images/debian/Dockerfile.12.1-node18 + tags: ${{ steps.tag_vars.outputs.IMAGE_NAME }}:debian12.1-node18 + #tags: git.halis.io/athens-school/runner-images:debian12.1-node18