mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
echo args
This commit is contained in:
parent
a93bf725ef
commit
a12b406265
3
.github/workflows/docker-publish.yml
vendored
3
.github/workflows/docker-publish.yml
vendored
@ -218,6 +218,9 @@ jobs:
|
|||||||
if [ "${{ github.ref_type }}" == "tag" ]; then
|
if [ "${{ github.ref_type }}" == "tag" ]; then
|
||||||
args="$args -t latest"
|
args="$args -t latest"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo $args
|
||||||
|
|
||||||
docker buildx imagetools create $args \
|
docker buildx imagetools create $args \
|
||||||
local-amd64 \
|
local-amd64 \
|
||||||
local-arm64
|
local-arm64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user