Test with input.actor set

This commit is contained in:
Bengt Giger 2020-12-16 00:30:32 +01:00
parent 7702bbc707
commit 54e4fb92c5

View file

@ -77,6 +77,8 @@ jobs:
name: Generate tags
id: docker_tags
uses: dnaka91/action-docker-tags@v0.1
with:
actor: bengig
-
name: Show generated tags
run: echo "${{ steps.docker_tags.outputs.tags }}"
@ -88,4 +90,4 @@ jobs:
context: .
file: ./docker/demo/Dockerfile
push: true
tags: ${{ steps.docker_tags.outputs.tags }}
tags: "${{ steps.docker_tags.outputs.tags }}"