try with matching docker image

This commit is contained in:
burnettk
2022-05-05 18:30:31 -04:00
parent 19baecab6b
commit b0c4dbdbd9
+2 -1
View File
@@ -6,7 +6,8 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: sartography/python
# IMAGE_NAME: sartography/python
IMAGE_NAME: ${{ github.repository }}
jobs:
build-and-push-image: