Skip to content

Commit

Permalink
fix(docs): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm committed Nov 11, 2023
1 parent b0b7e54 commit 3e1ec8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/docker/monkey-github-builder-clang/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# monkey-github-builder--clang Docker image
# monkey-github-builder-clang Docker image

## Updating the Docker image

Pick a version number for the new Docker image (e.g. `v2`), then run the
following commands:

$ docker build --tag ghcr.io/hrzlgnm/monkey-github-builder--clang:VERSION_NUMBER_HERE .github/docker/monkey-github-builder--clang/
$ docker build --tag ghcr.io/hrzlgnm/monkey-github-builder-clang:VERSION_NUMBER_HERE .github/docker/monkey-github-builder-clang/
$ docker login ghcr.io -u YOUR_GITHUB_USER_NAME_HERE
$ docker push ghcr.io/hrzlgnm/monkey-github-builder--clang:VERSION_NUMBER_HERE
$ docker push ghcr.io/hrzlgnm/monkey-github-builder-clang:VERSION_NUMBER_HERE

Then, change the container tag in each workflow file in the .github/workflows/
directory to refer to your new version.

0 comments on commit 3e1ec8a

Please sign in to comment.