.gitea/workflows/docker-builder.yml aktualisiert
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 13s
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 13s
This commit is contained in:
@@ -27,6 +27,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Dump context
|
- name: Dump context
|
||||||
run: env | sort
|
run: env | sort
|
||||||
|
|
||||||
|
- name: Show ref info
|
||||||
|
run: |
|
||||||
|
echo "REF=$GITHUB_REF"
|
||||||
|
echo "REF_TYPE=$GITHUB_REF_TYPE"
|
||||||
|
echo "REF_NAME=$GITHUB_REF_NAME"
|
||||||
|
|
||||||
- name: Dynamic Template Fix
|
- name: Dynamic Template Fix
|
||||||
id: template_fix
|
id: template_fix
|
||||||
|
|||||||
Reference in New Issue
Block a user