Compare commits

..

5 Commits

2 changed files with 10 additions and 11 deletions

View File

@ -23,7 +23,7 @@ jobs:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}
publish:
name: GitHub Container Registry
runs-on: ubuntu-latest
@ -42,11 +42,10 @@ jobs:
deploy:
name: Update Portainer Deployment
runs-on: ubuntu-latest
needs: publish
steps:
- uses: fjogeleit/http-request-action@v1
with:
url: ${{ secrets.PORTAINER_WEBHOOK_URL }}
method: POST
timeout: 30000
preventFailureOnNoResponse: "true"
preventFailureOnNoResponse: 'true'

View File

@ -3,7 +3,7 @@ astroid==3.0.1
attrs==23.1.0
autopep8==2.0.4
backoff==2.2.1
certifi==2023.11.17
certifi==2023.7.22
cfgv==3.4.0
charset-normalizer==3.3.2
click==8.1.7
@ -13,8 +13,8 @@ distlib==0.3.7
filelock==3.13.1
future==0.18.3
humanfriendly==10.0
identify==2.5.32
idna==3.6
identify==2.5.31
idna==3.4
iniconfig==2.0.0
lazy-object-proxy==1.9.0
mccabe==0.7.0
@ -22,7 +22,7 @@ mypy-extensions==1.0.0
nodeenv==1.8.0
packaging==23.2
pathspec==0.11.2
platformdirs==4.0.0
platformdirs==3.11.0
pluggy==1.3.0
py==1.11.0
pycodestyle==2.11.1
@ -36,11 +36,11 @@ requests-toolbelt==1.0.0
six==1.16.0
toml==0.10.2
tomli==2.0.1
tomlkit==0.12.3
urllib3==2.1.0
virtualenv==20.24.7
tomlkit==0.12.2
urllib3==2.0.7
virtualenv==20.24.6
webex-bot==0.4.1
webexteamssdk==1.6.1
websockets==10.2
wrapt==1.16.0
wrapt==1.15.0
xmltodict==0.13.0