Trying Some Runner Tests

This commit is contained in:
Annika Merris 2024-02-04 15:17:28 -05:00
parent 1d2bdb401a
commit 3017cc2d87
3 changed files with 36 additions and 42 deletions

View file

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