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
type: registry-image
source:
repository: git.pim.kunis.nl/pim/concourse-apprise-notifier
repository: git.kun.is/pim/concourse-apprise-notifier
```
## Source Configuration

4
labels
View file

@ -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=

View file

@ -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}}