We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798981f commit 74b85b7Copy full SHA for 74b85b7
1 file changed
.github/workflows/push-docker-image.yml
@@ -7,7 +7,7 @@ on:
7
env:
8
# Use docker.io for Docker Hub if empty
9
REGISTRY: ghcr.io
10
- IMAGE_NAME: 'awesome-fastapi:${{ github.sha }}'
+ IMAGE_NAME: 'awesome-fastapi'
11
12
13
jobs:
@@ -37,7 +37,7 @@ jobs:
37
38
39
- name: Wait for Docker container to be ready
40
- run: sleep 30
+ run: sleep 10
41
42
- name: Confirm Docker container is running
43
run: docker ps
0 commit comments