mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-07-31 06:26:52 +00:00
fix docker build
This commit is contained in:
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 }}
|
||||
|
Reference in New Issue
Block a user