Skip to content

Commit 1c8b04f

Browse files
committed
ci: echo tag name to make debugging easier
1 parent cbb36bb commit 1c8b04f

File tree

1 file changed

+2
-0
lines changed
  • .github/actions/docker-custom-build-and-push

1 file changed

+2
-0
lines changed

.github/actions/docker-custom-build-and-push/action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ runs:
5151
using: "composite"
5252

5353
steps:
54+
- name: Print tag
55+
run: echo "Tag: ${{ inputs.image_tag }}"
5456
- name: Docker meta
5557
id: docker_meta
5658
uses: docker/metadata-action@v5

0 commit comments

Comments
 (0)