2 Commits

Author SHA1 Message Date
36a543f3b9 workflow: Move release condition
All checks were successful
Build artifact / build (push) Successful in 38s
Build artifact / release (push) Has been skipped
2024-07-09 22:39:28 +02:00
MatteoSchiff
2abf750fc6 ci: Release only on tag set
All checks were successful
Build artifact / build (push) Successful in 21s
Build artifact / release (push) Successful in 14s
2024-03-13 14:58:37 +01:00
2 changed files with 5 additions and 0 deletions

View File

@@ -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
View File

@@ -0,0 +1,4 @@
FROM scratch
COPY InnkeeperBot /
RUN chmod a+x /InnkeeperBot