Skip to content

Commit

Permalink
fix: yaml oneline on private
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjohnburton committed Oct 26, 2023
1 parent 228b40c commit 032ac90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_24_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Save tags to tar 📦
if: inputs.save_tags != ''
run: >
run: |
mkdir -p private
for tag in ${{ inputs.save_tags }}; do
docker save ${{ matrix.docker-repo }}/${{ matrix.target }}:$tag -o private/${{ matrix.target }}.tar
Expand Down

0 comments on commit 032ac90

Please sign in to comment.