Skip to content

Commit

Permalink
update to notch8 repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Jan 14, 2025
1 parent d5ac81c commit 6dd53e1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
build:
uses: scientist-softserv/actions/.github/workflows/[email protected]
uses: notch8/actions/.github/workflows/[email protected]
secrets: inherit
with:
platforms: 'linux/amd64'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
steps:
- id: setup
name: Setup
uses: scientist-softserv/actions/[email protected]
uses: notch8/actions/[email protected]
with:
tag: ${{ inputs.tag }}
image_name: ${{ inputs.image_name }}
Expand Down
2 changes: 1 addition & 1 deletion bin/helm_deploy
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion ops/production-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6dd53e1

Please sign in to comment.