From d0d56318e0ab7b6e6c352f8aa2ef266c802888e7 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Sun, 6 Aug 2023 01:57:04 +0200 Subject: [PATCH] pipeline runner --- .gitea/workflows/builder.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/builder.yaml b/.gitea/workflows/builder.yaml index 0591c87..559cec3 100644 --- a/.gitea/workflows/builder.yaml +++ b/.gitea/workflows/builder.yaml @@ -20,13 +20,12 @@ jobs: uses: https://gitea.com/docker/login-action@v2 with: registry: https://git.halis.io - username: athens-school + username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push uses: https://github.com/docker/build-push-action@v4 with: push: true - context: images/debian file: images/debian/Dockerfile.12.1-node18 tags: git.halis.io/athens-school/runner-images:debian12.1-node18