We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b67953 commit 6285b2aCopy full SHA for 6285b2a
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
46
for cur_arch in $ARCH; do
47
docker build . --platform linux/$cur_arch -t $REPO_NAME
48
- docker save ${{ github.repository_name }} -o "$REPO_NAME-$TAG_NAME-$cur_arch.tar"
+ docker save $REPO_NAME -o "$REPO_NAME-$TAG_NAME-$cur_arch.tar"
49
done
50
51
- name: Create Release
0 commit comments