parent
6eef29511e
commit
aa918422df
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue