diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2026-06-05 00:15:27 +0200 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2026-06-05 00:15:27 +0200 |
| commit | d73b1b3b03c2ef0e89776f3196dd9a3e7ff24ed3 (patch) | |
| tree | a02f6069ef7d499569668214da508e536c8f364b /ci | |
| parent | 16ee26f0453c37c9b13e47d44cde913b25bbd1bf (diff) | |
Switch ci over to new repomain
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/build.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/build.yaml b/ci/build.yaml index 23441da..547dbb2 100644 --- a/ci/build.yaml +++ b/ci/build.yaml @@ -2,9 +2,9 @@ resources: - name: repo type: git source: - uri: git@github.com:DelusionalLogic/borgflag.git + uri: ssh://git@git.jnsn.dev:52502/~/borgflag.git branch: main - private_key: ((borgflag.repo-key)) + private_key: ((vbump.repo-key)) - name: final-image type: registry-image icon: docker |
