mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
docker-build: remove set-env
This commit is contained in:
parent
3f0169fd92
commit
a131a74724
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
else
|
||||
tag=build-test
|
||||
fi
|
||||
echo "::set-env name=docker_tag::${tag}"
|
||||
echo "docker_tag=${tag}" >> $GITHUB_ENV
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in New Issue