Skip to content

Commit

Permalink
Troubleshooting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TBeijen committed Jul 23, 2024
1 parent e7802c7 commit d8ba7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
- build
steps:
- name: Test docker tags
run: "Docker tags: ${{ needs.build.outputs.docker_image_tags }}"
run: echo "docker_image_tags = ${{ needs.build.outputs.docker_image_tags }}"

0 comments on commit d8ba7b8

Please sign in to comment.