mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-13 04:56:50 -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}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
labels: |
|
labels: |
|
||||||
org.opencontainers.image.licenses=MIT
|
org.opencontainers.image.licenses=MIT
|
||||||
|
annotations: |
|
||||||
|
manifest:org.opencontainers.image.licenses=MIT
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: https://github.com/docker/setup-buildx-action@v3
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
@ -64,7 +66,7 @@ jobs:
|
||||||
shell_command: /bin/ash -c
|
shell_command: /bin/ash -c
|
||||||
image: forgejo.merr.is/${{ github.repository }}:${{ github.head_ref || github.ref_name }}.${{ github.run_number }}
|
image: forgejo.merr.is/${{ github.repository }}:${{ github.head_ref || github.ref_name }}.${{ github.run_number }}
|
||||||
path: isl-api
|
path: isl-api
|
||||||
destination: /dist
|
destination: dist
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: https://github.com/softprops/action-gh-release@v1
|
uses: https://github.com/softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue