github: debug variables take three

This commit is contained in:
Ramon Roche 2022-02-09 10:34:56 -08:00
parent e82c68da8b
commit fb9de0c32a
No known key found for this signature in database
GPG Key ID: 275988FAE5821713

View File

@ -47,8 +47,8 @@ jobs:
- name: debugging variables
run: |
echo "::group::Debugging Variables
echo "single {}: ${DOCKER_TAG}"
echo "double {}: ${{DOCKER_TAG}}"
echo "double {}: ${{ DOCKER_TAG }}"
echo "double env {}: ${{ env.DOCKER_TAG }}"
echo "::endgroup::"
- name: Login to Github Registry