Skip to content

Commit 8c14e26

Browse files
committed
Debug docker hub
1 parent d4d31b8 commit 8c14e26

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,18 @@ jobs:
452452
VAR: ${{ matrix.elixir }}-erlang-${{ matrix.otp }}-${{ matrix.os }}-${{ matrix.build_os_ver }}
453453
AWS_ENABLED: ${{ needs.config.outputs.aws-enabled }}
454454
steps:
455+
- name: Debug environment
456+
# env.ACTIONS_STEP_DEBUG == 'true'
457+
run: |
458+
# echo "github.event_name: ${{ github.event_name }}"
459+
echo "ref: ${{ github.ref }}"
460+
echo "ref_name: ${{ github.ref_name }}"
461+
echo "environment: ${{ needs.config.outputs.environment }}"
462+
echo -n "DOCKERHUB_USERNAME: "
463+
echo ${{ secrets.DOCKERHUB_USERNAME }} | sed 's/./& /g'
464+
echo -n "DOCKERHUB_TOKEN: "
465+
echo ${{ secrets.DOCKERHUB_TOKEN }} | sed 's/./& /g'
466+
455467
- name: Check out source
456468
uses: actions/checkout@v4
457469

0 commit comments

Comments
 (0)