Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bargull <[email protected]>
  • Loading branch information
mbargull committed Oct 16, 2023
1 parent c4498fd commit 9d97f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/base-glibc-busybox-bash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
- name: Test
run: |
set -x
image='${{ steps.build.outputs.image }}'
ids="$(
for tag in ${{ steps.calculate.outputs.tags }} ; do
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/base-glibc-debian-bash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
- name: Test
run: |
set -x
image='${{ steps.build.outputs.image }}'
ids="$(
for tag in ${{ steps.calculate.outputs.tags }} ; do
Expand Down

0 comments on commit 9d97f30

Please sign in to comment.