Skip to content

Commit e32d1ed

Browse files
committed
chore: update registry url
1 parent 8fdea95 commit e32d1ed

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/build-images-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99
cancel-in-progress: true
1010

1111
env:
12-
REGISTRY: registry.jamezrin.name
12+
REGISTRY: harbor.jamezrin.name
1313

1414
jobs:
1515
build-packages:

.gitpod.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
tasks:
6+
- init: yarn install && bin/setup
7+
command: bin/rails server
8+
9+

0 commit comments

Comments
 (0)