Skip to content

Commit e8bda1d

Browse files
authored
Enable debugging for latest tag update step
Added debugging output to the update latest tag step.
1 parent 7335f85 commit e8bda1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update_latest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636

3737
- name: Update latest tag
3838
run: |
39+
set -x
3940
OWNER_REPO="${{steps.defs.outputs.repo}}"
4041
docker pull $OWNER_REPO/${{matrix.image}}:${{steps.defs.outputs.releasetag}}
4142
docker pull $OWNER_REPO/${{matrix.image}}:latest

0 commit comments

Comments
 (0)