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 - push
jobs: jobs:
build: build:
runs-on: docker runs-on: ubuntu
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: build using dind - name: build using dind
run: | 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: docker:
runs-on: ubuntu runs-on: ubuntu
steps: steps: