change git domain

This commit is contained in:
Pim Kunis 2023-07-05 23:36:51 +02:00
parent bc7b962aba
commit b5d4413c1c
3 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ resource_types:
- name: apprise - name: apprise
type: registry-image type: registry-image
source: source:
repository: git.pim.kunis.nl/pim/concourse-apprise-notifier repository: git.kun.is/pim/concourse-apprise-notifier
``` ```
## Source Configuration ## Source Configuration

4
labels
View file

@ -1,6 +1,6 @@
org.opencontainers.image.authors=Pim Kunis org.opencontainers.image.authors=Pim Kunis
org.opencontainers.image.source=https://git.pim.kunis.nl/pim/concourse-apprise-notifier/ org.opencontainers.image.source=https://git.kun.is/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.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. org.opencontainers.image.description=Concourse resource type to send Apprise notifications.
com.github.actions.run_url= com.github.actions.run_url=
com.github.actions.run_id= com.github.actions.run_id=

View file

@ -3,12 +3,12 @@ resources:
- name: repo - name: repo
type: git type: git
source: source:
uri: https://git.pim.kunis.nl/pim/concourse-apprise-notifier.git uri: https://git.kun.is/pim/concourse-apprise-notifier.git
icon: git icon: git
- name: registry-image - name: registry-image
type: registry-image type: registry-image
source: source:
repository: git.pim.kunis.nl/pim/concourse-apprise-notifier repository: git.kun.is/pim/concourse-apprise-notifier
username: pim username: pim
password: ((api_key)) password: ((api_key))
tag: stable tag: stable
@ -18,7 +18,7 @@ resources:
source: source:
driver: git driver: git
initial_version: "1.1.0" 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 branch: version
file: version file: version
private_key: {{private_key}} private_key: {{private_key}}