move registry + repo refs to codeberg.org/gmcintire/aprs.me
This commit is contained in:
parent
0cd549652d
commit
8c8f7a0ac7
3 changed files with 5 additions and 5 deletions
|
|
@ -6,8 +6,8 @@ on:
|
|||
- main
|
||||
|
||||
env:
|
||||
REGISTRY: git.mcintire.me
|
||||
IMAGE_NAME: graham/aprs.me
|
||||
REGISTRY: codeberg.org
|
||||
IMAGE_NAME: gmcintire/aprs.me
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ jobs:
|
|||
RENOVATE_AUTODISCOVER: false
|
||||
LOG_LEVEL: info
|
||||
run: |
|
||||
renovate graham/aprs.me
|
||||
renovate gmcintire/aprs.me
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ spec:
|
|||
type: RuntimeDefault
|
||||
initContainers:
|
||||
- name: migrate
|
||||
image: git.mcintire.me/graham/aprs.me:main-1777477809-208401e
|
||||
image: codeberg.org/gmcintire/aprs.me:main-1777477809-208401e
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["/app/bin/migrate"]
|
||||
securityContext:
|
||||
|
|
@ -83,7 +83,7 @@ spec:
|
|||
cpu: "500m"
|
||||
containers:
|
||||
- name: aprs
|
||||
image: git.mcintire.me/graham/aprs.me:main-1777477809-208401e
|
||||
image: codeberg.org/gmcintire/aprs.me:main-1777477809-208401e
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue