Skip to content

Commit

Permalink
debug failed docker builder Job
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 5, 2023
1 parent b53b869 commit db47cec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,11 @@ jobs:
IMAGE_TAG="${GITHUB_REF_NAME}" # this is branch name or tag name
IMAGE_SLUG=neural-style-transfer-cli
IMAGE_REF="${DOCKER_USER}/${IMAGE_SLUG}:${IMAGE_TAG}"
echo " == Image Tag from Git Ref: $IMAGE_TAG == "
echo " == Image Slug: $IMAGE_SLUG == "
echo " == Image Ref: $IMAGE_REF == "
echo "IMAGE_REF=${DOCKER_USER}/${IMAGE_SLUG}:${IMAGE_TAG}" >> $GITHUB_ENV
Expand Down

0 comments on commit db47cec

Please sign in to comment.