parent
43dbae764c
commit
d9e9c9ce7c
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/make-image.yml
Normal file
11
.forgejo/workflows/make-image.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- name: Check docker
|
||||||
|
run: |
|
||||||
|
echo "PATH: $PATH"
|
||||||
|
which docker
|
||||||
|
docker --version
|
||||||
Loading…
Add table
Add a link
Reference in a new issue