mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
github: debug variables in group
This commit is contained in:
parent
3de4e46cdc
commit
e82c68da8b
7
.github/workflows/build_docker.yml
vendored
7
.github/workflows/build_docker.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user