Skip to content

Commit

Permalink
docs: update ghcr.io links
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbadger committed Feb 18, 2025
1 parent 841d9d9 commit b84c319
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
- name: eslint
run: npm run lint
- name: prettier
run: npm run prettier
run: npx prettier@3.2.4 --ignore-path .gitignore . --check

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ curl -sfL https://raw.githubusercontent.com/Bearer/bearer/main/contrib/install.s
<details>
<summary>Docker</summary>

Bearer CLI is also available as a Docker image on [Docker Hub](https://hub.docker.com/r/bearer/bearer) and [ghcr.io](https://github.com/bearer/bearer/internals/container/bearer).
Bearer CLI is also available as a Docker image on [Docker Hub](https://hub.docker.com/r/bearer/bearer) and [ghcr.io](https://github.com/bearer/bearer/pkgs/container/bearer).

With docker installed, you can run the following command with the appropriate paths in place of the examples.

Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"clean": "rm -rf _site _tmp",
"lint": "npx eslint --ignore-path .gitignore .",
"lint:fix": "npm run lint -- --fix",
"prettier": "npx prettier --ignore-path .gitignore . --check",
"prettier:fix": "npm run prettier -- --write"
"prettier": "npx prettier@3.2.4 --ignore-path .gitignore . --check",
"prettier:fix": "npm run prettier@3.2.4 -- --write"
},
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sudo yum -y install bearer

### Docker

Bearer CLI is also available as a Docker image on [Docker Hub](https://hub.docker.com/r/bearer/bearer) and [ghcr.io](https://github.com/bearer/bearer/internals/container/bearer).
Bearer CLI is also available as a Docker image on [Docker Hub](https://hub.docker.com/r/bearer/bearer) and [ghcr.io](https://github.com/bearer/bearer/pkgs/container/bearer).

With docker installed, you can run the following command with the appropriate paths in place of the examples.

Expand Down

0 comments on commit b84c319

Please sign in to comment.