mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-28 00:38:46 +03:00
Fixed github action syntax
This commit is contained in:
parent
907a282b73
commit
4515a83e9b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-image-build.yml
vendored
1
.github/workflows/docker-image-build.yml
vendored
|
@ -17,6 +17,7 @@ jobs:
|
|||
uses: docker/setup-qemu-action@v1
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
with:
|
||||
version: latest
|
||||
- name: Login to docker hub
|
||||
uses: docker/login-action@v1
|
||||
|
|
Loading…
Reference in a new issue