Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
camaeel committed Jan 14, 2025
1 parent c639419 commit 6e870a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ jobs:
echo "[${{ needs.docker-build.outputs.dockerTag }}]"
echo "[${{ steps.docker-tag.outputs.dockerTag }}]"
debug:
needs:
- docker-build
steps:
- name: debug
run: |
echo "[${{ needs.docker-build.outputs.dockerTag }}]"
echo "[${{ steps.docker-tag.outputs.dockerTag }}]"
chainsaw-e2e-tests:
uses: ./.github/workflows/chainsaw.yaml
needs:
Expand Down

0 comments on commit 6e870a4

Please sign in to comment.