We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce46bb commit 7114937Copy full SHA for 7114937
.github/workflows/docker-publish.yml
@@ -9,8 +9,8 @@ jobs:
9
name: Push Docker image to Docker Hub
10
runs-on: ubuntu-latest
11
steps:
12
- - name: Sleep for 180 seconds # so that the package has been published to PyPI in the meantime
13
- run: sleep 180
+ - name: Sleep for 600 seconds # so that the package has been published to PyPI in the meantime
+ run: sleep 600
14
shell: bash
15
16
- name: Check out the repo
@@ -44,4 +44,4 @@ jobs:
44
with:
45
username: ${{ secrets.DOCKER_USERNAME }}
46
password: ${{ secrets.DOCKER_PASSWORD }}
47
- repository: logchange/secscanner2junit
+ repository: logchange/secscanner2junit
0 commit comments