Debugging
All checks were successful
Build and publish Docker image / build (push) Successful in 24s
All checks were successful
Build and publish Docker image / build (push) Successful in 24s
This commit is contained in:
parent
51bab3564e
commit
f2803eb221
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
TAG: ${{ steps.meta.outputs.tags }}
|
TAG: ${{ steps.meta.outputs.tags }}
|
||||||
run: |
|
run: |
|
||||||
echo "TAG=$TAG"
|
set -x
|
||||||
echo "::set-output name=tag::${TAG##*:}"
|
echo "::set-output name=tag::${TAG##*:}"
|
||||||
|
|
||||||
- name: Build Docker image with kaniko
|
- name: Build Docker image with kaniko
|
||||||
|
|
Loading…
Add table
Reference in a new issue