fix(cd): fix docker build failure
This commit is contained in:
parent
eb3924e0c5
commit
755c5703c1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/cd_docker.yml
vendored
2
.github/workflows/cd_docker.yml
vendored
|
@ -13,6 +13,8 @@ jobs:
|
|||
name: Push Docker image to Docker Hub
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
- name: Set up Docker Buildx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue