switch runner
Some checks failed
/ build (push) Failing after 27s
/ docker (push) Failing after 9s

This commit is contained in:
Chris Cowley 2024-10-03 21:18:22 +02:00
parent 0777814e6a
commit 6c55d806ee

View file

@ -2,12 +2,12 @@ on:
- push
jobs:
build:
runs-on: docker
runs-on: ubuntu
steps:
- uses: actions/checkout@v4
- name: build using dind
run: |
echo "docker build -t code.lab.cowley.tech/${GITHUB_REPOSITORY}:$(git rev-parse --short HEAD)"
docker build -t code.lab.cowley.tech/${GITHUB_REPOSITORY}:$(git rev-parse --short HEAD)
docker:
runs-on: ubuntu
steps: