Removed artifact logic from release workflow.
Some checks failed
Some checks failed
This commit is contained in:
@@ -68,10 +68,6 @@ jobs:
|
||||
if [ "${{ steps.meta.outputs.is_prerelease }}" = "false" ]; then
|
||||
echo "${{ steps.meta.outputs.image }}:latest" >> image.txt
|
||||
fi
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: image-refs-${{ steps.meta.outputs.tag }}
|
||||
path: image.txt
|
||||
|
||||
create-gitea-release:
|
||||
name: Create Gitea Release
|
||||
|
||||
Reference in New Issue
Block a user