Skip to content

Commit 74b85b7

Browse files
committed
used the image name from earlier jobs
1 parent 798981f commit 74b85b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
env:
88
# Use docker.io for Docker Hub if empty
99
REGISTRY: ghcr.io
10-
IMAGE_NAME: 'awesome-fastapi:${{ github.sha }}'
10+
IMAGE_NAME: 'awesome-fastapi'
1111

1212

1313
jobs:
@@ -37,7 +37,7 @@ jobs:
3737
3838
3939
- name: Wait for Docker container to be ready
40-
run: sleep 30
40+
run: sleep 10
4141

4242
- name: Confirm Docker container is running
4343
run: docker ps

0 commit comments

Comments
 (0)