1
0
Fork 0
mirror of https://github.com/m1k1o/neko.git synced 2025-08-13 17:28:15 +02:00

add setup docker buildx for dockerhub.

This commit is contained in:
Miroslav Šedivý 2025-04-01 23:55:47 +02:00
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