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 e9e652b commit 798981fCopy full SHA for 798981f
.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: ${{ github.repository }}
+ IMAGE_NAME: 'awesome-fastapi:${{ github.sha }}'
11
12
13
jobs:
0 commit comments