mirror of
https://github.com/tanrax/RSSingle.git
synced 2025-03-03 03:35:46 +01:00
Compare commits
4 Commits
f8b43a8b79
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
50024f7c62 | |||
fe49baf040 | |||
4434603b33 | |||
67c1342ce1 |
1
.github/workflows/container.yml
vendored
1
.github/workflows/container.yml
vendored
@ -11,6 +11,7 @@ jobs:
|
||||
name: Build and push container image to Docker Hub and GHCR.io
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'tanrax/RSSingle' }}
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v2
|
||||
|
@ -1,7 +1,7 @@
|
||||
feedgen==1.0.0
|
||||
feedparser==6.0.11
|
||||
listparser==0.20
|
||||
lxml==5.2.2
|
||||
lxml==5.3.0
|
||||
python-dateutil==2.9.0.post0
|
||||
pyyaml==6.0.1
|
||||
pyinstaller==6.7.0
|
||||
pyyaml==6.0.2
|
||||
pyinstaller==6.10.0
|
Reference in New Issue
Block a user