github: debug variables in group

This commit is contained in:
Ramon Roche
2022-02-09 10:32:38 -08:00
parent 3de4e46cdc
commit e82c68da8b
+4 -3
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