diff --git a/.github/workflows/docker-build-on-tag.yml b/.github/workflows/docker-build-on-tag.yml index 97829f5d..617f661c 100644 --- a/.github/workflows/docker-build-on-tag.yml +++ b/.github/workflows/docker-build-on-tag.yml @@ -13,21 +13,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up gcloud CLI - uses: google-github-actions/setup-gcloud@v0.2.0 + - name: Login to Docker Hub + uses: docker/login-action@v1 with: - service_account_key: ${{ secrets.GCP_SA_KEY }} - project_id: genuine-flight-317411 - export_default_credentials: true - - # Configure Docker to use the gcloud command-line tool as a credential helper for authentication - - name: Configure Docker - run: |- - gcloud auth configure-docker us-central1-docker.pkg.dev - - - name: Verify gcloud configuration - run: |- - gcloud config get-value project + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_PASSWORD }} - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 @@ -38,6 +28,32 @@ jobs: context: . platforms: linux/arm64,linux/amd64 push: true - tags: us-central1-docker.pkg.dev/genuine-flight-317411/devel/krr:${{ github.ref_name }} + tags: robustadev/krr:${{ github.ref_name }} build-args: | BUILDKIT_INLINE_CACHE=1 + + - name: Set up gcloud CLI + uses: google-github-actions/setup-gcloud@v0.2.0 + with: + service_account_key: ${{ secrets.GCP_SA_KEY }} + project_id: genuine-flight-317411 + export_default_credentials: true + + # Configure Docker to use the gcloud command-line tool as a credential helper for authentication + - name: Configure Docker + run: |- + gcloud auth configure-docker us-central1-docker.pkg.dev + + - name: Verify gcloud configuration + run: |- + gcloud config get-value project + + - name: Release Docker to old repo + run: |- + docker buildx build \ + --build-arg BUILDKIT_INLINE_CACHE=1 \ + --platform linux/arm64,linux/amd64 \ + --cache-from robustadev/krr:${{ github.ref_name }} \ + --tag us-central1-docker.pkg.dev/genuine-flight-317411/devel/krr:${{ github.ref_name }} \ + --push \ + . diff --git a/README.md b/README.md index 012b19bf..6815c0d1 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,16 @@ ![Product Name Screen Shot][product-screenshot]
-

Robusta KRR

-

- Prometheus-based Kubernetes Resource Recommendations -
+

Kubernetes Resource Recommendations Based on Historical Data

+

Get recommendations based on your existing data in Prometheus/Coralogix/Thanos/Mimir and more!

+

Installation . How KRR works . Slack Integration . - KRR UI on Robusta Cloud + Free KRR UI
Usage ยท