Debugging
All checks were successful
Build and publish Docker image / build (push) Successful in 26s

This commit is contained in:
TheAssassin 2024-06-01 17:48:19 +02:00
parent ee67362a49
commit 51bab3564e

View file

@ -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##*:}"