mirror of
https://github.com/ziggyds/iventoy
synced 2024-11-11 13:11:10 +00:00
missing char
This commit is contained in:
parent
e02028c842
commit
863920048f
1
.github/workflows/build-image.yml
vendored
1
.github/workflows/build-image.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
|||||||
digest=$(curl -H "Accept: application/vnd.docker.distribution.manifest.v2+json" -H "Authorization: Bearer $token" -s "https://registry-1.docker.io/v2/${repo}/manifests/${tag}" | jq -r .config.digest)
|
digest=$(curl -H "Accept: application/vnd.docker.distribution.manifest.v2+json" -H "Authorization: Bearer $token" -s "https://registry-1.docker.io/v2/${repo}/manifests/${tag}" | jq -r .config.digest)
|
||||||
latest=$(curl -H "Accept: application/vnd.docker.distribution.manifest.v2+json" -H "Authorization: Bearer $token" -s -L "https://registry-1.docker.io/v2/${repo}/blobs/${digest}" | jq . | grep -Ew "IVENTOY" | cut -d'"' -f4)
|
latest=$(curl -H "Accept: application/vnd.docker.distribution.manifest.v2+json" -H "Authorization: Bearer $token" -s -L "https://registry-1.docker.io/v2/${repo}/blobs/${digest}" | jq . | grep -Ew "IVENTOY" | cut -d'"' -f4)
|
||||||
echo "buildOrNot=$([ $latest != '${{ steps.iventoy.outputs.version }}' ] && echo "true" || echo "${FORCE_BUILD:-false}")" >> $GITHUB_OUTPUT
|
echo "buildOrNot=$([ $latest != '${{ steps.iventoy.outputs.version }}' ] && echo "true" || echo "${FORCE_BUILD:-false}")" >> $GITHUB_OUTPUT
|
||||||
|
-
|
||||||
name: print
|
name: print
|
||||||
run: |
|
run: |
|
||||||
echo ${{ steps.iventoy.outputs.version }}
|
echo ${{ steps.iventoy.outputs.version }}
|
||||||
|
Loading…
Reference in New Issue
Block a user