mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-12-20 00:50:06 +08:00
ci: docker
This commit is contained in:
parent
c3ee921d30
commit
e749c7e492
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -435,6 +435,9 @@ jobs:
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ github.repository }}
|
||||
tags: ${{ env.tags }}
|
||||
labels: ${{ env.labels }}
|
||||
|
||||
|
||||
- name: Show files
|
||||
run: |
|
||||
@ -463,4 +466,4 @@ jobs:
|
||||
linux/arm64
|
||||
linux/arm/v7
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
Loading…
Reference in New Issue
Block a user