Debug output of generated tags

This commit is contained in:
Bengt Giger 2020-12-16 00:18:33 +01:00
parent 97eb01374c
commit 7702bbc707

View file

@ -78,7 +78,10 @@ jobs:
id: docker_tags
uses: dnaka91/action-docker-tags@v0.1
-
name: Build and push SHA
name: Show generated tags
run: echo "${{ steps.docker_tags.outputs.tags }}"
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with: