mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-28 18:06:20 +02:00
add setup docker buildx for dockerhub.
This commit is contained in:
parent
295bbfde44
commit
31714f8448
1 changed files with 6 additions and 0 deletions
6
.github/workflows/dockerhub.yml
vendored
6
.github/workflows/dockerhub.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue