feat: debug image name
This commit is contained in:
parent
82493003e8
commit
1fbb21654d
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: Builds and Publish Docker Image
|
name: Build and Publish Docker Image
|
||||||
description: Define IMAGE_NAME to Git Hub env, based on repository name
|
description: Define IMAGE_NAME to Git Hub env, based on repository name
|
||||||
inputs:
|
inputs:
|
||||||
username:
|
username:
|
||||||
|
|
|
@ -19,3 +19,4 @@ runs:
|
||||||
export IMAGE_NAME=${{ inputs.username }}/$REPO_NAME
|
export IMAGE_NAME=${{ inputs.username }}/$REPO_NAME
|
||||||
fi
|
fi
|
||||||
echo "IMAGE_NAME=$IMAGE_NAME" >> $GITHUB_ENV
|
echo "IMAGE_NAME=$IMAGE_NAME" >> $GITHUB_ENV
|
||||||
|
echo "Image Name: $IMAGE_NAME, for Branch: ${{ github.ref_name }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue