Back to static tag
This commit is contained in:
parent
54e4fb92c5
commit
57ac4fb0d0
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build_docker_images.yml
vendored
4
.github/workflows/build_docker_images.yml
vendored
|
@ -77,8 +77,6 @@ jobs:
|
||||||
name: Generate tags
|
name: Generate tags
|
||||||
id: docker_tags
|
id: docker_tags
|
||||||
uses: dnaka91/action-docker-tags@v0.1
|
uses: dnaka91/action-docker-tags@v0.1
|
||||||
with:
|
|
||||||
actor: bengig
|
|
||||||
-
|
-
|
||||||
name: Show generated tags
|
name: Show generated tags
|
||||||
run: echo "${{ steps.docker_tags.outputs.tags }}"
|
run: echo "${{ steps.docker_tags.outputs.tags }}"
|
||||||
|
@ -90,4 +88,4 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./docker/demo/Dockerfile
|
file: ./docker/demo/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: "${{ steps.docker_tags.outputs.tags }}"
|
tags: "demo"
|
||||||
|
|
Loading…
Add table
Reference in a new issue