parent
6eef29511e
commit
aa918422df
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
|
||||||
image: docker:dind
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: build using dind
|
- name: build using dind
|
||||||
|
container:
|
||||||
|
image: docker:dind
|
||||||
run: |
|
run: |
|
||||||
docker build -t code.lab.cowley.tech/${GITHUB_REPOSITORY}:${GITHUB}
|
docker build -t code.lab.cowley.tech/${GITHUB_REPOSITORY}:${GITHUB}
|
||||||
|
|
Loading…
Add table
Reference in a new issue