Skip to content

Commit 5d3d886

Browse files
committed
Fix image name.
1 parent d330b92 commit 5d3d886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
echo "${{ github.token }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
1616
docker build -t pycgi .
1717
docker tag pycgi:latest ghcr.io/${{ github.repository }}/pycgi:latest
18-
docker push ghcr.io/docker-cgi-python/pycgi:latest
18+
docker push ghcr.io/${{ github.repository }}/pycgi:latest

0 commit comments

Comments
 (0)