try with matching docker image
This commit is contained in:
parent
19baecab6b
commit
b0c4dbdbd9
|
@ -6,7 +6,8 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
IMAGE_NAME: sartography/python
|
# IMAGE_NAME: sartography/python
|
||||||
|
IMAGE_NAME: ${{ github.repository }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push-image:
|
build-and-push-image:
|
||||||
|
|
Loading…
Reference in New Issue