From 8321015050d52e8df87b2d300da77502e847bdb4 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sun, 4 Feb 2024 11:38:38 -0500 Subject: [PATCH] Trying To Fix The Automatic Release Building --- .forgejo/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 687fb7d..ad4d3ca 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -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/')