Skip to content

Commit 8d59d12

Browse files
authored
Merge pull request #112 from tri-adam/main-branch
Change master branch to main
2 parents dc21c6a + 05a3e5c commit 8d59d12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README-DockerHub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ docker run -e SYLABS_AUTH_TOKEN="${SYLABS_AUTH_TOKEN}" \
4242

4343
Be sure to create a secret named `SYLABS_AUTH_TOKEN` containing token obtained from "Access Tokens" in [Sylabs Cloud](https://cloud.sylabs.io).
4444

45-
See [examples/github-actions-ci.yaml](https://github.com/sylabs/scs-build-client/blob/master/examples/github-actions-ci.yaml) for an example configuration.
45+
See [examples/github-actions-ci.yaml](https://github.com/sylabs/scs-build-client/blob/main/examples/github-actions-ci.yaml) for an example configuration.
4646

4747
### GitLab
4848

49-
Example [gitlab-ci.yml](https://github.com/sylabs/scs-build-client/blob/master/examples/gitlab-ci.yml) is configured to build using file `alpine.def` contained within the project directory.
49+
Example [gitlab-ci.yml](https://github.com/sylabs/scs-build-client/blob/main/examples/gitlab-ci.yml) is configured to build using file `alpine.def` contained within the project directory.
5050

5151
This example configuration will store the build artifact (in this case, `artifact.sif`) within GitLab. Using a library reference (ie. `library:myuser/myproject/image`) will result in the build artifact automatically being pushed to [Sylabs Cloud](https://cloud.sylabs.io) or a local Singularity Enterprise installation.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![PkgGoDev](https://pkg.go.dev/badge/github.com/sylabs/scs-build-client)](https://pkg.go.dev/github.com/sylabs/scs-build-client/client)
44
[![Build Status](https://circleci.com/gh/sylabs/scs-build-client.svg?style=shield)](https://circleci.com/gh/sylabs/workflows/scs-build-client)
5-
[![Code Coverage](https://codecov.io/gh/sylabs/scs-build-client/branch/master/graph/badge.svg)](https://codecov.io/gh/sylabs/scs-build-client)
5+
[![Code Coverage](https://codecov.io/gh/sylabs/scs-build-client/branch/main/graph/badge.svg)](https://codecov.io/gh/sylabs/scs-build-client)
66
[![Go Report Card](https://goreportcard.com/badge/github.com/sylabs/scs-build-client)](https://goreportcard.com/report/github.com/sylabs/scs-build-client)
77

88
The SCS Build Client allows users to build [Singularity Image Format (SIF)](https://github.com/sylabs/sif) images via the [Sylabs Cloud](https://cloud.sylabs.io) or [Singularity Enterprise](https://sylabs.io/singularity-enterprise) without the need to install and configure Singularity.

0 commit comments

Comments
 (0)