Trying To Fix The Automatic Release Building

This commit is contained in:
Annika Merris 2024-02-04 11:38:38 -05:00
parent c849c70417
commit 8321015050

View file

@ -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/')