mirror of
https://github.com/willfarrell/docker-crontab.git
synced 2025-04-03 21:45:12 +02:00
ci: extra logging
This commit is contained in:
parent
ff6fde0e5b
commit
22900fddd1
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -37,7 +37,10 @@ jobs:
|
||||
name: Conditional(Set tag as `{version}`)
|
||||
run: echo "tag=willfarrell/crontab:${GITHUB_REF#refs/*/} >> $GITHUB_ENV"
|
||||
|
||||
- run: echo "${{ env.tag }}"
|
||||
- run: |
|
||||
echo "$tag"
|
||||
echo "${{ env.tag }}"
|
||||
echo "${{ toJson(env) }}"
|
||||
|
||||
-
|
||||
name: Build and push
|
||||
|
Loading…
x
Reference in New Issue
Block a user