From b5d4413c1cd432bc856c45ec497a358aca1b8b21 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Wed, 5 Jul 2023 23:36:51 +0200 Subject: [PATCH] change git domain --- README.md | 2 +- labels | 4 ++-- pipeline.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 83f7a6a..6cfadac 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ resource_types: - name: apprise type: registry-image source: - repository: git.pim.kunis.nl/pim/concourse-apprise-notifier + repository: git.kun.is/pim/concourse-apprise-notifier ``` ## Source Configuration diff --git a/labels b/labels index 7d6a089..562dc5a 100644 --- a/labels +++ b/labels @@ -1,6 +1,6 @@ org.opencontainers.image.authors=Pim Kunis -org.opencontainers.image.source=https://git.pim.kunis.nl/pim/concourse-apprise-notifier/ -org.opencontainers.image.documentation=https://git.pim.kunis.nl/pim/concourse-apprise-notifier/src/branch/master/README.md +org.opencontainers.image.source=https://git.kun.is/pim/concourse-apprise-notifier/ +org.opencontainers.image.documentation=https://git.kun.is/pim/concourse-apprise-notifier/src/branch/master/README.md org.opencontainers.image.description=Concourse resource type to send Apprise notifications. com.github.actions.run_url= com.github.actions.run_id= diff --git a/pipeline.yml b/pipeline.yml index 0653555..5fb3fa6 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -3,12 +3,12 @@ resources: - name: repo type: git source: - uri: https://git.pim.kunis.nl/pim/concourse-apprise-notifier.git + uri: https://git.kun.is/pim/concourse-apprise-notifier.git icon: git - name: registry-image type: registry-image source: - repository: git.pim.kunis.nl/pim/concourse-apprise-notifier + repository: git.kun.is/pim/concourse-apprise-notifier username: pim password: ((api_key)) tag: stable @@ -18,7 +18,7 @@ resources: source: driver: git initial_version: "1.1.0" - uri: ssh://git@git.pim.kunis.nl:56287/pim/concourse-apprise-notifier.git + uri: ssh://git@git.kun.is:56287/pim/concourse-apprise-notifier.git branch: version file: version private_key: {{private_key}}