Compare commits
1 Commits
48bfc30738
...
873af26d8b
| Author | SHA1 | Date | |
|---|---|---|---|
| 873af26d8b |
@@ -16,7 +16,7 @@ jobs:
|
|||||||
id: image-changes
|
id: image-changes
|
||||||
# build image only if 1. changes are detected or 2. an image for the working branch doesnt exist
|
# build image only if 1. changes are detected or 2. an image for the working branch doesnt exist
|
||||||
run: |
|
run: |
|
||||||
git --no-pager log --oneine
|
git --no-pager log --oneline
|
||||||
echo "BEFORE = ${{ gitea.event.before }}"
|
echo "BEFORE = ${{ gitea.event.before }}"
|
||||||
branch_name="${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}"
|
branch_name="${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}"
|
||||||
default_branch_name="${{ gitea.event.repository.default_branch }}"
|
default_branch_name="${{ gitea.event.repository.default_branch }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user