Test with input.actor set
This commit is contained in:
parent
7702bbc707
commit
54e4fb92c5
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build_docker_images.yml
vendored
4
.github/workflows/build_docker_images.yml
vendored
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue