Skip to content

Commit

Permalink
if cond issue
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-yuen committed Feb 19, 2024
1 parent aba7b36 commit b83dfba
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
done
docker image ls -a
fi
# # docker image tag ${{env.version}}-crawler-solr norconex/crawler:${{env.major}}-solr
# # docker image tag ${{env.version}}-crawler-solr norconex/crawler:${{env.major_minor}}-solr
Expand All @@ -198,16 +198,16 @@ jobs:

# echo "Base, and committers images uploaded!"

else
# tag the local images with repo inform for upload use
docker image tag ${{env.version}}-crawler-base norconex/crawler:${{env.version}}
docker image tag ${{env.version}}-crawler-es norconex/crawler:${{env.version}}-es
docker image tag ${{env.version}}-crawler-solr norconex/crawler:${{env.version}}-solr
# else
# # tag the local images with repo inform for upload use
# docker image tag ${{env.version}}-crawler-base norconex/crawler:${{env.version}}
# docker image tag ${{env.version}}-crawler-es norconex/crawler:${{env.version}}-es
# docker image tag ${{env.version}}-crawler-solr norconex/crawler:${{env.version}}-solr

# upload tagged images to dockerhub
docker push norconex/crawler:${{env.version}}
docker push norconex/crawler:${{env.version}}-es
docker push norconex/crawler:${{env.version}}-solr
# # upload tagged images to dockerhub
# docker push norconex/crawler:${{env.version}}
# docker push norconex/crawler:${{env.version}}-es
# docker push norconex/crawler:${{env.version}}-solr

echo "snapshot uploaded!"
fi
# echo "snapshot uploaded!"
# fi

0 comments on commit b83dfba

Please sign in to comment.