Update .gitea/workflows/docker-build.yml
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m8s

This commit is contained in:
cal 2026-02-04 06:35:09 +00:00
parent a360e8812d
commit f0c124b00f

View File

@ -146,20 +146,6 @@ jobs:
echo "_PR build - image not pushed to Docker Hub_" >> $GITHUB_STEP_SUMMARY
fi
- name: Save build info
run: |
mkdir -p artifacts
cat > artifacts/build-info.txt <<EOF
Build Information
==================
Version: v${{ steps.meta.outputs.version }}
Image: paper-dynasty:${{ steps.meta.outputs.version_sha }}
Branch: ${{ steps.meta.outputs.branch }}
Commit: ${{ github.sha }}
Author: ${{ github.actor }}
Timestamp: ${{ steps.meta.outputs.timestamp }}
EOF
- name: Discord Notification - Success
if: success() && github.ref == 'refs/heads/main'
run: |