updated workflow
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
echo "DOCKER_REPO_URL: ${{ vars.docker_repo_url }}"
|
||||
echo "COMMIT_SHA: ${{ gitea.sha }}"
|
||||
echo $(git rev-parse --short ${{ gitea.sha }})
|
||||
echo "sha_short=$(git rev-parse --short ${{ gitea.sha }} )" >> "$vars"
|
||||
echo "sha_short=$(git rev-parse --short ${{ gitea.sha }} )" >> "$GITHUB_ENV"
|
||||
echo "${{ gitea.env }}"
|
||||
- name: Show Environment Variables
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user