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