Update workflow to stop generating releases on build

This commit is contained in:
selfhst-bot
2025-08-11 12:52:16 -04:00
parent 7107930073
commit ab180af51e

View File

@@ -84,25 +84,6 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
tag_name: v${{ steps.version.outputs.version }}
name: Release v${{ steps.version.outputs.version }}
body: |
## What's Changed
- Docker images updated to version ${{ steps.version.outputs.version }}
## Docker Images
```
docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.version }}
docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
```
Supported platforms: linux/amd64, linux/arm64, linux/arm/v7
draft: true
prerelease: false
- name: Output image info
run: |