Debugging
Build and publish Docker image / build (push) Successful in 26s
Details
Build and publish Docker image / build (push) Successful in 26s
Details
This commit is contained in:
parent
ee67362a49
commit
51bab3564e
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- name: Extract tag for kaniko action
|
- name: Extract tag for kaniko action
|
||||||
id: tag
|
id: tag
|
||||||
env:
|
env:
|
||||||
TAG: ${{ steps.meta.outputs.tags[0] }}
|
TAG: ${{ steps.meta.outputs.tags }}
|
||||||
run: |
|
run: |
|
||||||
echo "TAG=$TAG"
|
echo "TAG=$TAG"
|
||||||
echo "::set-output name=tag::${TAG##*:}"
|
echo "::set-output name=tag::${TAG##*:}"
|
||||||
|
|
Loading…
Reference in New Issue