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 c239d15 commit b9bd969
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:
id: docker-tag
run: |
echo "dockerTag=$( echo "${{ steps.meta.outputs.tags }}" | cut -d ',' -f 1 | cut -d ':' -f 2 )" >> $GITHUB_OUTPUT
- name: debug
run: echo "[${{ needs.docker-build.outputs.dockerTag }}]"
chainsaw-e2e-tests:
uses: ./.github/workflows/chainsaw.yaml
needs:
Expand Down

0 comments on commit b9bd969

Please sign in to comment.