updated workflow
This commit is contained in:
@@ -31,3 +31,6 @@ jobs:
|
|||||||
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 }}"
|
||||||
echo $(git rev-parse --short ${{ gitea.sha }})
|
echo $(git rev-parse --short ${{ gitea.sha }})
|
||||||
|
commit_sha = $(git rev-parse --short ${{ gitea.sha }})
|
||||||
|
echo "${ commit_sha }"
|
||||||
|
echo "${{ gitea.env }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user