Skip to content

Commit 61597ba

Browse files
fix: organization migration
1 parent 3b1dc00 commit 61597ba

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/rock-release-dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
TAG=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
4949
TAG=$(echo $TAG | sed "s|\/|\_|")
5050
fi
51-
sudo skopeo --insecure-policy copy oci-archive:$(realpath ${{ steps.rockcraft.outputs.rock }}) docker://ghcr.io/ubuntu-robotics/cos-registration-server:$TAG --dest-creds "${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}"
51+
sudo skopeo --insecure-policy copy oci-archive:$(realpath ${{ steps.rockcraft.outputs.rock }}) docker://ghcr.io/canonical/cos-registration-server:$TAG --dest-creds "${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}"
5252
- name: Generate digest
5353
run: |
5454
digest=$(skopeo inspect oci-archive:$(realpath ${{ steps.rockcraft.outputs.rock }}) --format '{{.Digest}}')

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This instructions are for linux base systems. (Linux, MacOS, BSD, etc.)
1010
- On github interface click on `Fork` button.
1111
- Clone your fork of this repo. `git clone [email protected]:YOUR_GIT_USERNAME/cos-registration-server.git`
1212
- Enter the directory `cd cos-registration-server`
13-
- Add upstream repo `git remote add upstream https://github.com/ubuntu-robotics/cos-registration-server`
13+
- Add upstream repo `git remote add upstream https://github.com/canonical/cos-registration-server`
1414

1515
## Setting up your own virtual environment
1616

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ its informations.
99
A user can also visualize the registered devices as well as discovering
1010
customized device applications.
1111

12-
[![codecov](https://codecov.io/gh/ubuntu-robotics/cos-registration-server/branch/main/graph/badge.svg?token=cos-registration-server_token_here)](https://codecov.io/gh/ubuntu-robotics/cos-registration-server)
13-
[![CI](https://github.com/ubuntu-robotics/cos-registration-server/actions/workflows/main.yml/badge.svg)](https://github.com/ubuntu-robotics/cos-registration-server/actions/workflows/main.yml)
12+
[![codecov](https://codecov.io/gh/canonical/cos-registration-server/branch/main/graph/badge.svg?token=cos-registration-server_token_here)](https://codecov.io/gh/canonical/cos-registration-server)
13+
[![CI](https://github.com/canonical/cos-registration-server/actions/workflows/main.yml/badge.svg)](https://github.com/canonical/cos-registration-server/actions/workflows/main.yml)
1414

1515

1616
## Features

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def read_requirements(path:str) -> List[str]:
3434
name="cos_registration_server",
3535
version=read("cos_registration_server/cos_registration_server", "VERSION"),
3636
description="Awesome cos_registration_server created by ubuntu-robotics",
37-
url="https://github.com/ubuntu-robotics/cos-registration-server/",
37+
url="https://github.com/canonical/cos-registration-server/",
3838
long_description=read("README.md"),
3939
long_description_content_type="text/markdown",
4040
author="ubuntu-robotics",

0 commit comments

Comments
 (0)