Skip to content

Commit

Permalink
Merge pull request #70 from HyperbolicLabs/dev
Browse files Browse the repository at this point in the history
update docker tagging
  • Loading branch information
condaatje authored Jan 27, 2025
2 parents 3a1b203 + 01f36df commit 14a9d2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/epitome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- dev
- main
tags:
- "v*.*.*"
- "v*.*"
paths:
- "epitome/**"
- ".github/workflows/epitome.yml"
Expand Down Expand Up @@ -55,8 +55,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
build-args: version=$GH_TAG
platforms: linux/amd64,linux/arm/v6,linux/arm64
context: "{{defaultContext}}:epitome"
push: ${{ github.event_name != 'pull_request' }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ Please get in touch if you are planning to install hyperdos on an existing multi
### configure helm repo and dry-run

```bash
sudo microk8s helm install --dry-run hyperdos hyperdos/hyperdos --version 0.0.1-beta.2 --set ref="main" --set token="DRY_RUN_NO_TOKEN"
sudo microk8s helm install --dry-run hyperdos hyperdos/hyperdos --version 0.0.1-beta.2 --set token="DRY_RUN_NO_TOKEN"
```

### install (without rolling updates)

```bash
# to disable automatic updates and pin to a specific git ref
sudo microk8s helm install hyperdos hyperdos/hyperdos --version 0.0.1-beta.2--set ref="0.0.1-beta.2" --set token="<YOUR_API_KEY>"
sudo microk8s helm install hyperdos hyperdos/hyperdos --version 0.0.1-beta.2 --set token="<YOUR_API_KEY>"
```


Expand Down

0 comments on commit 14a9d2a

Please sign in to comment.