fix: install docker buildx plugin
Some checks failed
build-and-push / docker (push) Failing after 6s
build-and-push / lint (push) Successful in 7s
build-and-push / sonar (push) Successful in 21s

This commit is contained in:
nocci 2026-03-07 14:03:59 +00:00
parent eb033ee4b9
commit 74d2e92b8d

View file

@ -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