Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
4434603b33
Bump pyinstaller from 6.7.0 to 6.8.0 in the python-deps group (#46)
Bumps the python-deps group with 1 update: [pyinstaller](https://github.com/pyinstaller/pyinstaller).


Updates `pyinstaller` from 6.7.0 to 6.8.0
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.7.0...v6.8.0)

---
updated-dependencies:
- dependency-name: pyinstaller
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 19:12:42 +01:00
Dom Rodriguez
67c1342ce1
fix: Allow Container CI workflow to continue on error (#47)
Temporary fix for Docker Hub failure.
2024-06-10 19:10:30 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -4,4 +4,4 @@ listparser==0.20
lxml==5.2.2
python-dateutil==2.9.0.post0
pyyaml==6.0.1
pyinstaller==6.7.0
pyinstaller==6.8.0