Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Nov 18, 2024
1 parent 68361ea commit b04e375
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/collector-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Check if the builder image should be built
id: check-builder
run: |
set -x
function build_builder() {
echo "build-image=$1" >> "$GITHUB_OUTPUT"
exit 0
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
- name: Specify if multiarch image should be built
id: build-multiarch
run: |
set -x
function run_multiarch() {
echo "build-multiarch=$1" >> "$GITHUB_OUTPUT"
exit 0
Expand Down

0 comments on commit b04e375

Please sign in to comment.