Debugging
Build and publish Docker image / build (push) Successful in 26s Details

This commit is contained in:
TheAssassin 2024-06-01 17:48:19 +02:00
parent ee67362a49
commit 51bab3564e
1 changed files with 1 additions and 1 deletions

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