Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
- name: Build worker image
run: |
docker pull taccaci/geoapi-workers:latest
docker build --cache-from taccaci/geoapi-workers:latest -t taccaci/geoapi-workers:latest -f devops/Dockerfile.worker --target development .
docker pull taccwma/geoapi-workers:latest
docker build --cache-from taccwma/geoapi-workers:latest -t taccwma/geoapi-workers:latest -f devops/Dockerfile.worker --target development .
- name: Run worker test
run: |
docker run --network="host" -e APP_ENV='testing' -e DB_HOST='localhost' taccaci/geoapi-workers:latest pytest -m "worker"
docker run --network="host" -e APP_ENV='testing' -e DB_HOST='localhost' taccwma/geoapi-workers:latest pytest -m "worker"
6 changes: 3 additions & 3 deletions devops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ The images used in deployment are built automatically and
pushed to Docker Hub.

See:
* https://hub.docker.com/r/taccaci/hazmapper
* https://hub.docker.com/r/taccaci/geoapi
* https://hub.docker.com/r/taccaci/geoapi-workers)
* https://hub.docker.com/r/taccwma/hazmapper
* https://hub.docker.com/r/taccwma/geoapi
* https://hub.docker.com/r/taccwma/geoapi-workers)

Deployment configuration including the tag of which image is deployed is maintained at https://github.com/TACC-Cloud/wma-geospatial-deployments

Expand Down
Loading