mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 22:19:07 +00:00
Fix typo
This commit is contained in:
committed by
GitHub
parent
c432036a7f
commit
e2fd7a7a70
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
OUTPUT_PLATFORM=$(echo ${{ matrix.target_platform }} | sed 's/\//-/g')
|
||||
echo ::set-output name=output_platform::${OUTPUT_PLATFORM}
|
||||
|
||||
TAG="--tag ${OUTPUT_PLATFORM}-${GITHUB_SHA::8}"
|
||||
TAG="--tag ${DOCKER_IMAGE}:${OUTPUT_PLATFORM}-${GITHUB_SHA::8}"
|
||||
|
||||
echo ::set-output name=docker_username::${DOCKER_USERNAME}
|
||||
echo ::set-output name=docker_image::${DOCKER_IMAGE}
|
||||
|
||||
Reference in New Issue
Block a user