mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-14 09:33:25 -05:00
Trying Some Runner Tests
This commit is contained in:
parent
1d2bdb401a
commit
3017cc2d87
3 changed files with 36 additions and 42 deletions
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
steps:
|
||||
- name: Install docker
|
||||
shell: /bin/ash -e {0}
|
||||
run: apk add --update docker git
|
||||
run: apk add --update docker git bash
|
||||
- name: Check out the repo
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
- name: Get Metadata For Docker
|
||||
|
|
@ -68,8 +68,8 @@ jobs:
|
|||
path: isl-api
|
||||
destination: dist
|
||||
- name: Create Release
|
||||
uses: https://github.com/softprops/action-gh-release@v1
|
||||
uses: https://code.forgejo.org/actions/forgejo-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: |
|
||||
dist/isl-api
|
||||
direction: upload
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue