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 787e102 commit 8020dc4Copy full SHA for 8020dc4
.github/workflows/build-push.yml
@@ -60,6 +60,7 @@ jobs:
60
- name: Prepare Artifact
61
run: |
62
cd output
63
+ cp ../COPYING images/
64
mv images ${{ steps.vars.outputs.dir }}
65
ln -s ${{ steps.vars.outputs.dir }} images
66
tar chfz ${{ steps.vars.outputs.tgz }} ${{ steps.vars.outputs.dir }}
@@ -105,6 +106,7 @@ jobs:
105
106
tar xf ${file}
107
rm -f ${file}
108
mv ${fn}/rootfs-oci ${name}-oci-${arch}${SFX}
109
+ mv ${fn}/COPYING ${name}-oci-${arch}${SFX}/
110
rm -rf -- ${name}-oci-${arch}${SFX}/.[!.]*
111
tar cfz ${name}-oci-${arch}${SFX}.tar.gz ${name}-oci-${arch}${SFX}
112
done
0 commit comments