Allow setting docker repository via repository secret (#1734)

This commit is contained in:
Benjamin Webb
2024-07-16 13:27:06 -04:00
committed by GitHub
parent 0be6de01b8
commit 3d81115b1c
+1 -1
View File
@@ -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: