chore: try run docker builds on self-hosted

This commit is contained in:
Kieran 2023-02-12 23:19:48 +00:00
parent e50dbf6ff8
commit ae36a3b03c
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- uses: docker/login-action@v1

View File

@ -9,7 +9,7 @@ on:
- v[0-9]+.[0-9]+.[0-9]+-*
jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Set env variables
run: echo "TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV