We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb36bb commit 1c8b04fCopy full SHA for 1c8b04f
.github/actions/docker-custom-build-and-push/action.yml
@@ -51,6 +51,8 @@ runs:
51
using: "composite"
52
53
steps:
54
+ - name: Print tag
55
+ run: echo "Tag: ${{ inputs.image_tag }}"
56
- name: Docker meta
57
id: docker_meta
58
uses: docker/metadata-action@v5
0 commit comments