mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-06-08 05:19:54 +00:00
fix docker build
This commit is contained in:
parent
f4ea59493f
commit
b857bfac3e
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -168,6 +168,6 @@ jobs:
|
||||
docker manifest create ${{ steps.meta.outputs.tags }} \
|
||||
--amend ${{ steps.meta-s390x.outputs.tags }} \
|
||||
--amend ${{ steps.meta-arm64.outputs.tags }} \
|
||||
--amend ${{ steps.meta-armv7.tags }} \
|
||||
--amend ${{ steps.meta-amd64.tags }}
|
||||
--amend ${{ steps.meta-armv7.outputs.tags }} \
|
||||
--amend ${{ steps.meta-amd64.outputs.tags }}
|
||||
docker manifest push ${{ steps.meta.outputs.tags }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user