From d3d890b7bcd480424bd5eadb040af4c9847033fe Mon Sep 17 00:00:00 2001 From: liyaka Date: Tue, 27 Aug 2024 16:26:04 +0300 Subject: [PATCH] updates --- .github/workflows/build.yaml | 3 ++- charts/public-test/values.yaml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ccbb17f..7ae73e8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 }} diff --git a/charts/public-test/values.yaml b/charts/public-test/values.yaml index 02196a3..04dfca3 100644 --- a/charts/public-test/values.yaml +++ b/charts/public-test/values.yaml @@ -3,7 +3,6 @@ replicaCount: 1 image: repository: ghcr.io/comet-ml/public-test pullPolicy: IfNotPresent - tag: latest serviceAccount: create: true