Update .forgejo/workflows/build.yml
This commit is contained in:
parent
f20b133157
commit
d3c225a0a0
1 changed files with 0 additions and 5 deletions
|
@ -49,11 +49,6 @@ jobs:
|
||||||
curl -LOs "$REPO_URL/$FILENAME.sha512"
|
curl -LOs "$REPO_URL/$FILENAME.sha512"
|
||||||
sha512sum -c $FILENAME.sha512
|
sha512sum -c $FILENAME.sha512
|
||||||
|
|
||||||
cat > Dockerfile <<EOF
|
|
||||||
FROM scratch
|
|
||||||
ADD $FILENAME /
|
|
||||||
CMD ["/bin/sh"]
|
|
||||||
EOF
|
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue