diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index ad4d3ca..1473941 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -64,7 +64,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: shell_command: /bin/ash -c - image: forgejo.merr.is/${{ github.repository }}:${{ github.head_ref || github.ref_name }}.${{ github.run_number }} + image: ${{ steps.meta.outputs.labels[0] }} path: isl-api destination: dist - name: Create Release