Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
naa0yama committed Jul 27, 2024
1 parent 88bdfcc commit 5d07e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
docker pull ${{ steps.meta.outputs.tags }}
docker images
docker export ${{ steps.meta.outputs.tags }} | gzip -c > ./tarball-${{ env.COMMIT_SHORT_SHA }}.tar.gz
docker export --output ./tarball-${{ env.COMMIT_SHORT_SHA }}.tar ${{ steps.meta.outputs.tags }}
- name: Cleanup pre-releases
uses: actions/github-script@v7.0.1
Expand Down

0 comments on commit 5d07e1c

Please sign in to comment.