This commit is contained in:
parent
9e12dbade4
commit
23d7c6acd4
1 changed files with 1 additions and 1 deletions
|
@ -31,9 +31,9 @@ jobs:
|
||||||
env:
|
env:
|
||||||
TAG: ${{ steps.meta.outputs.tags[0] }}
|
TAG: ${{ steps.meta.outputs.tags[0] }}
|
||||||
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 a new issue