Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Jan 21, 2024
1 parent 9964a24 commit 3325eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/services-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: blockscout/visualizer
IMAGE_NAME: blockscout/services-base

jobs:
check_tag:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
echo "a=${EXISTING_TAGS}"
if echo "${EXISTING_TAGS}" | jq -e ".tags | map(select(. == \"$TAG\")) | length > 0" > /dev/null; then
if echo "${EXISTING_TAGS}" | jq -e "if has(\"tags\") then .tags else [] end | map(select(. == \"$TAG\")) | length > 0" > /dev/null; then
echo "There is already a pushed image with ${TAG} as tag. Skipping."
echo "is_new=false" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit 3325eea

Please sign in to comment.