updated workflow
This commit is contained in:
@@ -30,5 +30,5 @@ jobs:
|
|||||||
echo "REPOSITORY: ${{ gitea.repository }}"
|
echo "REPOSITORY: ${{ gitea.repository }}"
|
||||||
echo "DOCKER_REPO_URL: ${{ vars.docker_repo_url }}"
|
echo "DOCKER_REPO_URL: ${{ vars.docker_repo_url }}"
|
||||||
echo "COMMIT_SHA: ${{ gitea.sha }}"
|
echo "COMMIT_SHA: ${{ gitea.sha }}"
|
||||||
sha_short = $(git rev-parse --short ${{gitea.sha }})
|
sha_short = $(git rev-parse --short ${{ gitea.sha }})
|
||||||
echo "SHA_SHORT: ${ sha_short }"
|
echo "SHA_SHORT: $sha_short"
|
||||||
|
|||||||
Reference in New Issue
Block a user