Skip to content

Commit 7114937

Browse files
authored
Update docker-publish.yml - fix problem with missing publish to pypi
1 parent 2ce46bb commit 7114937

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
name: Push Docker image to Docker Hub
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Sleep for 180 seconds # so that the package has been published to PyPI in the meantime
13-
run: sleep 180
12+
- name: Sleep for 600 seconds # so that the package has been published to PyPI in the meantime
13+
run: sleep 600
1414
shell: bash
1515

1616
- name: Check out the repo
@@ -44,4 +44,4 @@ jobs:
4444
with:
4545
username: ${{ secrets.DOCKER_USERNAME }}
4646
password: ${{ secrets.DOCKER_PASSWORD }}
47-
repository: logchange/secscanner2junit
47+
repository: logchange/secscanner2junit

0 commit comments

Comments
 (0)