Skip to content

Commit f34229d

Browse files
authored
Fix docker tag
1 parent ca01d13 commit f34229d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
build-args: |
2828
commit=${{ github.sha }}
2929
push: true
30-
tags: python/nogil:latest
30+
tags: nogil/python:latest

0 commit comments

Comments
 (0)