Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
0188d8e43d | |||
4994aa301d | |||
9ad8fae9ac | |||
59e4916711 | |||
437c9d87d1 | |||
4bd87538dd | |||
69f5dfaf20 |
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -2,7 +2,7 @@ name: Release
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 9 * * *"
|
- cron: "0 9 * * 0"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
create_release:
|
create_release:
|
||||||
@ -12,6 +12,7 @@ jobs:
|
|||||||
create_docker:
|
create_docker:
|
||||||
name: Create Docker Image
|
name: Create Docker Image
|
||||||
needs: create_release
|
needs: create_release
|
||||||
|
if: ${{ needs.create_release.outputs.success == 'true' }}
|
||||||
uses: luketainton/gha-workflows/.github/workflows/build-push-attest-docker.yml@main
|
uses: luketainton/gha-workflows/.github/workflows/build-push-attest-docker.yml@main
|
||||||
with:
|
with:
|
||||||
release: ${{ needs.create_release.outputs.release_name }}
|
release: ${{ needs.create_release.outputs.release_name }}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
appdirs==1.4.4
|
appdirs==1.4.4
|
||||||
astroid==3.2.3
|
astroid==3.2.4
|
||||||
attrs==23.2.0
|
attrs==23.2.0
|
||||||
autopep8==2.3.1
|
autopep8==2.3.1
|
||||||
backoff==2.2.1
|
backoff==2.2.1
|
||||||
@ -26,14 +26,14 @@ platformdirs==4.2.2
|
|||||||
pluggy==1.5.0
|
pluggy==1.5.0
|
||||||
py==1.11.0
|
py==1.11.0
|
||||||
pycodestyle==2.12.0
|
pycodestyle==2.12.0
|
||||||
PyJWT==2.8.0
|
PyJWT==2.9.0
|
||||||
pyparsing==3.1.2
|
pyparsing==3.1.2
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
python-dotenv==1.0.1
|
python-dotenv==1.0.1
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
requests-toolbelt==1.0.0
|
requests-toolbelt==1.0.0
|
||||||
sentry-sdk==2.9.0
|
sentry-sdk==2.12.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
|
||||||
|
Reference in New Issue
Block a user