Compare commits
18 Commits
Author | SHA1 | Date | |
---|---|---|---|
26e8486c29 | |||
2aa9e14e43 | |||
d2e4297334 | |||
619744017c | |||
d397558831 | |||
24be001317 | |||
3fcd36bac1 | |||
d03afeb8c4 | |||
c9199fad81 | |||
ebeaa551ff | |||
4dedea1949 | |||
bb29a70f4c | |||
70beb4c25e | |||
9c312927bf | |||
567efb9ec0 | |||
8ee34a6226 | |||
c3133bbcda | |||
b96a1239e5 |
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@ -38,3 +38,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker push ghcr.io/luketainton/roboluke-tasks:latest
|
docker push ghcr.io/luketainton/roboluke-tasks:latest
|
||||||
docker push ghcr.io/luketainton/roboluke-tasks:${{ needs.release.outputs.new_tag }}
|
docker push ghcr.io/luketainton/roboluke-tasks:${{ needs.release.outputs.new_tag }}
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
name: Update Portainer Deployment
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: fjogeleit/http-request-action@v1
|
||||||
|
with:
|
||||||
|
url: ${{ secrets.PORTAINER_WEBHOOK_URL }}
|
||||||
|
method: POST
|
||||||
|
timeout: 30000
|
||||||
|
preventFailureOnNoResponse: 'true'
|
||||||
|
@ -5,15 +5,15 @@ autopep8==2.0.4
|
|||||||
backoff==2.2.1
|
backoff==2.2.1
|
||||||
certifi==2023.7.22
|
certifi==2023.7.22
|
||||||
cfgv==3.4.0
|
cfgv==3.4.0
|
||||||
charset-normalizer==3.3.0
|
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.7
|
||||||
filelock==3.12.4
|
filelock==3.13.1
|
||||||
future==0.18.3
|
future==0.18.3
|
||||||
humanfriendly==10.0
|
humanfriendly==10.0
|
||||||
identify==2.5.30
|
identify==2.5.31
|
||||||
idna==3.4
|
idna==3.4
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
lazy-object-proxy==1.9.0
|
lazy-object-proxy==1.9.0
|
||||||
@ -36,9 +36,9 @@ requests-toolbelt==1.0.0
|
|||||||
six==1.16.0
|
six==1.16.0
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
tomlkit==0.12.1
|
tomlkit==0.12.2
|
||||||
urllib3==2.0.7
|
urllib3==2.0.7
|
||||||
virtualenv==20.24.5
|
virtualenv==20.24.6
|
||||||
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