add setup docker buildx for dockerhub.

This commit is contained in:
Miroslav Šedivý 2025-04-01 23:55:47 +02:00
parent 295bbfde44
commit 31714f8448

View file

@ -28,6 +28,9 @@ jobs:
with:
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Extract metadata (tags, labels) for Docker
uses: docker/metadata-action@v5
id: meta
@ -88,6 +91,9 @@ jobs:
with:
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Extract metadata (tags, labels) for Docker
uses: docker/metadata-action@v5
id: meta