Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaka committed Aug 27, 2024
1 parent 4176e8f commit d3d890b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/comet-ml/public-test:latest
ghcr.io/comet-ml/public-test:${{ github.run_number }}
ghcr.io/comet-ml/public-test:1.0.${{ github.run_number }}
1 change: 0 additions & 1 deletion charts/public-test/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ replicaCount: 1
image:
repository: ghcr.io/comet-ml/public-test
pullPolicy: IfNotPresent
tag: latest

serviceAccount:
create: true
Expand Down

0 comments on commit d3d890b

Please sign in to comment.