This commit is contained in:
parent
f9d13bfe1c
commit
e0fccb4d4e
@ -10,10 +10,14 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: Check out files
|
||||||
- name: Build the Docker image
|
uses: actions/checkout@v4
|
||||||
run: docker run hello-world
|
|
||||||
|
- name: Install Docker
|
||||||
|
uses: docker-practice/actions-setup-docker@master
|
||||||
|
|
||||||
|
- name: Docker moment
|
||||||
|
run: docker run hello-world
|
||||||
|
Loading…
x
Reference in New Issue
Block a user