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