Allow setting docker repository via repository secret (#1734)
This commit is contained in:
@@ -12,7 +12,7 @@ on:
|
||||
branches: [master]
|
||||
|
||||
env:
|
||||
DOCKER_REPOSITORY: geopython/pygeoapi
|
||||
DOCKER_REPOSITORY: ${{ secrets.DOCKER_REPOSITORY || 'geopython/pygeoapi' }}
|
||||
# DOCKER_TEST_IMAGE: geopython/pygeoapi:test
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user