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