Update build.yml

This commit is contained in:
Brett 2021-05-11 11:42:38 +02:00
parent 5a8483343b
commit efd0b82841
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ jobs:
TZ: UTC TZ: UTC
run: | run: |
echo ${TZ} echo ${TZ}
cp /usr/share/zoneinfo/${TZ} /etc/localtime cp -f /usr/share/zoneinfo/${TZ} /etc/localtime
docker build ./ckan -t kowhai/ckan-docker-ckan:testing-only docker build ./ckan -t kowhai/ckan-docker-ckan:testing-only