From b0e992e99bf0f6bcb3602f6f4fd4874cc510cfaa Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Thu, 19 Feb 2026 17:39:44 +0100 Subject: Add some simple login system --- ci/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ci') diff --git a/ci/build.yaml b/ci/build.yaml index 4d19a18..7367fe4 100644 --- a/ci/build.yaml +++ b/ci/build.yaml @@ -4,14 +4,14 @@ resources: source: uri: git@github.com:DelusionalLogic/borgflag.git branch: main - private_key: ((vbump.borgflag-key)) + private_key: ((borgflag.borgflag-key)) - name: final-image type: registry-image icon: docker source: repository: registry.jnsn.dev/borgflag - username: ((vbump.username)) - password: ((vbump.password)) + username: ((borgflag.username)) + password: ((borgflag.password)) tag: latest jobs: -- cgit v1.2.3