This commit is contained in:
parent
f639cc1337
commit
e12f909f6a
1 changed files with 4 additions and 2 deletions
|
@ -10,12 +10,14 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: see if docker is in path
|
||||
run: docker info
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: see if docker is in path
|
||||
run: |
|
||||
docker info
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
|
|
Loading…
Reference in a new issue