Fix indentation and formatting in cicd.yaml
This commit is contained in:
@@ -118,6 +118,8 @@ jobs:
|
|||||||
OWNER=${{ github.repository_owner }}
|
OWNER=${{ github.repository_owner }}
|
||||||
GH_IMAGE=ghcr.io/${OWNER}/psiphon
|
GH_IMAGE=ghcr.io/${OWNER}/psiphon
|
||||||
|
|
||||||
|
echo "Searching: $GH_IMAGE"
|
||||||
|
|
||||||
if docker manifest inspect ${GH_IMAGE}:${VERSION} >/dev/null 2>&1; then
|
if docker manifest inspect ${GH_IMAGE}:${VERSION} >/dev/null 2>&1; then
|
||||||
echo "GHCR: ${VERSION} already exists, skipping."
|
echo "GHCR: ${VERSION} already exists, skipping."
|
||||||
echo "ghcr_tag=false" >> "$GITHUB_OUTPUT"
|
echo "ghcr_tag=false" >> "$GITHUB_OUTPUT"
|
||||||
|
|||||||
Reference in New Issue
Block a user