mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 11:12:06 -05:00
Trying To Fix The Automatic Release Building
This commit is contained in:
parent
c849c70417
commit
8321015050
1 changed files with 3 additions and 1 deletions
|
|
@ -37,6 +37,8 @@ jobs:
|
|||
type=semver,pattern={{major}}.{{minor}}
|
||||
labels: |
|
||||
org.opencontainers.image.licenses=MIT
|
||||
annotations: |
|
||||
manifest:org.opencontainers.image.licenses=MIT
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
with:
|
||||
|
|
@ -64,7 +66,7 @@ jobs:
|
|||
shell_command: /bin/ash -c
|
||||
image: forgejo.merr.is/${{ github.repository }}:${{ github.head_ref || github.ref_name }}.${{ github.run_number }}
|
||||
path: isl-api
|
||||
destination: /dist
|
||||
destination: dist
|
||||
- name: Create Release
|
||||
uses: https://github.com/softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue