Update .github/workflows/CD.yml
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
Build and Push Docker Image / testing (1.24.x, ubuntu-latest) (push) Has been cancelled

This commit is contained in:
2025-04-29 16:49:18 -04:00
parent ef3fc3987a
commit af9dee255c

View File

@ -34,17 +34,7 @@ jobs:
# - name: Dump inputs context
# env:
# INPUTS_CONTEXT: ${{ toJson(inputs) }}
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Dump job context
env:
JOB_CONTEXT: ${{ toJson(job) }}
run: echo "$JOB_CONTEXT"
- name: Dump steps context
env:
STEPS_CONTEXT: ${{ toJson(steps) }}
- name: Setup SSH
shell: bash
run: |