github: debug variables in group

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

View File

@ -46,9 +46,10 @@ jobs:
- name: debugging variables
run: |
echo "::debug:: DOCKER_TAG: $DOCKER_TAG"
echo "::debug:: DOCKER_TAG: ${DOCKER_TAG}"
echo "::debug:: DOCKER_TAG: ${{DOCKER_TAG}}"
echo "::group::Debugging Variables
echo "single {}: ${DOCKER_TAG}"
echo "double {}: ${{DOCKER_TAG}}"
echo "::endgroup::"
- name: Login to Github Registry
uses: docker/login-action@v1