Compare commits
2 Commits
v2024.03.1
...
feature/wo
| Author | SHA1 | Date | |
|---|---|---|---|
|
36a543f3b9
|
|||
|
|
2abf750fc6 |
@@ -28,6 +28,7 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
if: startsWith(gitea.event.ref, 'refs/tags/v')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
FROM scratch
|
||||||
|
|
||||||
|
COPY InnkeeperBot /
|
||||||
|
RUN chmod a+x /InnkeeperBot
|
||||||
Reference in New Issue
Block a user