Debug output of generated tags
This commit is contained in:
parent
97eb01374c
commit
7702bbc707
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build_docker_images.yml
vendored
5
.github/workflows/build_docker_images.yml
vendored
|
@ -78,7 +78,10 @@ jobs:
|
||||||
id: docker_tags
|
id: docker_tags
|
||||||
uses: dnaka91/action-docker-tags@v0.1
|
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
|
id: docker_build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue