Skip to content

Commit 798981f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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: ${{ github.repository }}
10+
IMAGE_NAME: 'awesome-fastapi:${{ github.sha }}'
1111

1212

1313
jobs:

0 commit comments

Comments
 (0)