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
|
- main
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: git.mcintire.me
|
REGISTRY: codeberg.org
|
||||||
IMAGE_NAME: graham/aprs.me
|
IMAGE_NAME: gmcintire/aprs.me
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|
|
||||||
|
|
@ -24,4 +24,4 @@ jobs:
|
||||||
RENOVATE_AUTODISCOVER: false
|
RENOVATE_AUTODISCOVER: false
|
||||||
LOG_LEVEL: info
|
LOG_LEVEL: info
|
||||||
run: |
|
run: |
|
||||||
renovate graham/aprs.me
|
renovate gmcintire/aprs.me
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ spec:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: migrate
|
- name: migrate
|
||||||
image: git.mcintire.me/graham/aprs.me:main-1777477809-208401e
|
image: codeberg.org/gmcintire/aprs.me:main-1777477809-208401e
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command: ["/app/bin/migrate"]
|
command: ["/app/bin/migrate"]
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
@ -83,7 +83,7 @@ spec:
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
containers:
|
containers:
|
||||||
- name: aprs
|
- name: aprs
|
||||||
image: git.mcintire.me/graham/aprs.me:main-1777477809-208401e
|
image: codeberg.org/gmcintire/aprs.me:main-1777477809-208401e
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue