Back to static tag

This commit is contained in:
Bengt Giger 2020-12-16 00:39:38 +01:00
parent 54e4fb92c5
commit 57ac4fb0d0

View file

@ -77,8 +77,6 @@ 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 }}"
@ -90,4 +88,4 @@ jobs:
context: .
file: ./docker/demo/Dockerfile
push: true
tags: "${{ steps.docker_tags.outputs.tags }}"
tags: "demo"