Test: add Setup Docker Buildx step
This commit is contained in:
parent
dc21ee9b3b
commit
d7c98883a6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
@ -15,8 +15,8 @@ jobs:
|
|||
- name: Check out the repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Enable docker
|
||||
run: systemctl start docker
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Docker Login
|
||||
uses: docker/login-action@v1.12.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue