Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
d2d38024d5 | |||
1d22ea1067 | |||
02520fcc9e | |||
5a8edb5a71 | |||
5da7a1640f | |||
bc2a0a1a82 | |||
bb0b6ec071 | |||
644f71d8b2 | |||
bc18115fa2 |
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -42,10 +42,11 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
name: Update Portainer Deployment
|
name: Update Portainer Deployment
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: publish
|
||||||
steps:
|
steps:
|
||||||
- uses: fjogeleit/http-request-action@v1
|
- uses: fjogeleit/http-request-action@v1
|
||||||
with:
|
with:
|
||||||
url: ${{ secrets.PORTAINER_WEBHOOK_URL }}
|
url: ${{ secrets.PORTAINER_WEBHOOK_URL }}
|
||||||
method: POST
|
method: POST
|
||||||
timeout: 30000
|
timeout: 30000
|
||||||
preventFailureOnNoResponse: 'true'
|
preventFailureOnNoResponse: "true"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
appdirs==1.4.4
|
appdirs==1.4.4
|
||||||
astroid==3.0.1
|
astroid==3.0.2
|
||||||
attrs==23.1.0
|
attrs==23.1.0
|
||||||
autopep8==2.0.4
|
autopep8==2.0.4
|
||||||
backoff==2.2.1
|
backoff==2.2.1
|
||||||
@ -9,11 +9,11 @@ charset-normalizer==3.3.2
|
|||||||
click==8.1.7
|
click==8.1.7
|
||||||
coloredlogs==15.0.1
|
coloredlogs==15.0.1
|
||||||
dill==0.3.7
|
dill==0.3.7
|
||||||
distlib==0.3.7
|
distlib==0.3.8
|
||||||
filelock==3.13.1
|
filelock==3.13.1
|
||||||
future==0.18.3
|
future==0.18.3
|
||||||
humanfriendly==10.0
|
humanfriendly==10.0
|
||||||
identify==2.5.32
|
identify==2.5.33
|
||||||
idna==3.6
|
idna==3.6
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
lazy-object-proxy==1.9.0
|
lazy-object-proxy==1.9.0
|
||||||
@ -21,8 +21,8 @@ mccabe==0.7.0
|
|||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.0.0
|
||||||
nodeenv==1.8.0
|
nodeenv==1.8.0
|
||||||
packaging==23.2
|
packaging==23.2
|
||||||
pathspec==0.11.2
|
pathspec==0.12.1
|
||||||
platformdirs==3.11.0
|
platformdirs==4.1.0
|
||||||
pluggy==1.3.0
|
pluggy==1.3.0
|
||||||
py==1.11.0
|
py==1.11.0
|
||||||
pycodestyle==2.11.1
|
pycodestyle==2.11.1
|
||||||
@ -38,7 +38,7 @@ toml==0.10.2
|
|||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
tomlkit==0.12.3
|
tomlkit==0.12.3
|
||||||
urllib3==2.1.0
|
urllib3==2.1.0
|
||||||
virtualenv==20.24.7
|
virtualenv==20.25.0
|
||||||
webex-bot==0.4.1
|
webex-bot==0.4.1
|
||||||
webexteamssdk==1.6.1
|
webexteamssdk==1.6.1
|
||||||
websockets==10.2
|
websockets==10.2
|
||||||
|
Reference in New Issue
Block a user