hmmm
Some checks failed
/ build (push) Failing after 8s

This commit is contained in:
Chris Cowley 2024-10-03 17:27:54 +02:00
parent 6eef29511e
commit aa918422df

View file

@ -3,10 +3,10 @@ on:
jobs:
build:
runs-on: docker
container:
image: docker:dind
steps:
- uses: actions/checkout@v4
- name: build using dind
container:
image: docker:dind
run: |
docker build -t code.lab.cowley.tech/${GITHUB_REPOSITORY}:${GITHUB}