forked from NewPipe-eV/website
Fix parsing of Docker tag
This commit is contained in:
parent
61c53a862b
commit
d88e3ba69d
|
@ -29,11 +29,11 @@ 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 "::set-output name=tag::${TAG##*:}"
|
echo "::set-output name=tag::${TAG##*:}"
|
||||||
|
|
||||||
|
|
||||||
- name: Build Docker image with kaniko
|
- name: Build Docker image with kaniko
|
||||||
uses: https://code.thetadev.de/ThetaDev/action-kaniko@dbb8da86cf2d498dde8ec1b3be967ceda17a21ff
|
uses: https://code.thetadev.de/ThetaDev/action-kaniko@dbb8da86cf2d498dde8ec1b3be967ceda17a21ff
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue