From 5b79d1bdaa78da57e51e218bc56c85f1df6185b5 Mon Sep 17 00:00:00 2001 From: Nathan Franklin Date: Mon, 8 Dec 2025 17:16:47 -0600 Subject: [PATCH] Update a few extra taccaci uses to taccwma --- .github/workflows/main.yml | 6 +++--- devops/README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 92993b9c..2910edff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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" diff --git a/devops/README.md b/devops/README.md index f310077f..cf72a762 100644 --- a/devops/README.md +++ b/devops/README.md @@ -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