fix: install docker buildx plugin
This commit is contained in:
parent
eb033ee4b9
commit
74d2e92b8d
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ jobs:
|
|||
- name: Set up Docker Buildx
|
||||
run: |
|
||||
apk add --no-cache docker-cli docker-cli-compose
|
||||
docker buildx install
|
||||
|
||||
- name: Login to registry
|
||||
run: echo "${{ secrets.REG_TOKEN }}" | docker login "${{ secrets.REGISTRY }}" -u "${{ secrets.REG_USER }}" --password-stdin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue