use action to install docker
This commit is contained in:
parent
8c13c48ac9
commit
0cf977a5a5
1 changed files with 3 additions and 1 deletions
|
@ -10,9 +10,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
build:
|
build:
|
||||||
steps:
|
steps:
|
||||||
- run: apt install docker
|
|
||||||
- run: docker build -t devenv .
|
- run: docker build -t devenv .
|
||||||
update:
|
update:
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue