diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f627cc6b6..b24e7c21b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,7 +17,7 @@ on: jobs: build: - uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.14 + uses: notch8/actions/.github/workflows/build.yaml@v0.0.14 secrets: inherit with: platforms: 'linux/amd64' diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 78caa1d3d..5bb9bf12c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -72,7 +72,7 @@ jobs: steps: - id: setup name: Setup - uses: scientist-softserv/actions/setup-env@v0.0.14 + uses: notch8/actions/setup-env@v0.0.14 with: tag: ${{ inputs.tag }} image_name: ${{ inputs.image_name }} diff --git a/bin/helm_deploy b/bin/helm_deploy index 565f8970c..8f09d7488 100755 --- a/bin/helm_deploy +++ b/bin/helm_deploy @@ -8,7 +8,7 @@ fi release_name="${1}" namespace="${2}" -DEPLOY_IMAGE="${DEPLOY_IMAGE:-ghcr.io/scientist-softserv/atla-omeka}" +DEPLOY_IMAGE="${DEPLOY_IMAGE:-ghcr.io/notch8/atla-omeka}" DEPLOY_TAG="${DEPLOY_TAG:-latest}" helm upgrade \ diff --git a/docker-compose.yml b/docker-compose.yml index 883cb31e5..0080fc93f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: . target: web - image: ghcr.io/scientist-softserv/atla-omeka:${TAG:-latest} + image: ghcr.io/notch8/atla-omeka:${TAG:-latest} env_file: - .env environment: diff --git a/ops/production-deploy.tmpl.yaml b/ops/production-deploy.tmpl.yaml index e62bbccdb..ad5ac1641 100644 --- a/ops/production-deploy.tmpl.yaml +++ b/ops/production-deploy.tmpl.yaml @@ -5,7 +5,7 @@ web: php: image: - repository: ghcr.io/scientist-softserv/atla-omeka + repository: ghcr.io/notch8/atla-omeka tag: latest # If using a private registry setup access via secrets imagePullPolicy: IfNotPresent diff --git a/ops/staging-deploy.tmpl.yaml b/ops/staging-deploy.tmpl.yaml index df637187f..e84741048 100644 --- a/ops/staging-deploy.tmpl.yaml +++ b/ops/staging-deploy.tmpl.yaml @@ -5,7 +5,7 @@ web: php: image: - repository: ghcr.io/scientist-softserv/atla-omeka + repository: ghcr.io/notch8/atla-omeka tag: latest # If using a private registry setup access via secrets imagePullPolicy: IfNotPresent