Skip to content

Commit

Permalink
build(docker): fix docker artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Dec 21, 2024
1 parent 364ef93 commit 6e594f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@ jobs:
if: ${{ steps.prepare.outputs.artifacts == 'true' }}
working-directory: artifacts
run: |
# debug directory
ls -Ra
# artifacts will be in sub directories named after the docker target platform, e.g. `linux_amd64`
# so move files to the artifacts directory
# https://unix.stackexchange.com/a/52816
Expand Down

0 comments on commit 6e594f2

Please sign in to comment.