From ffdd915a7a688bc391cf7deb290d4caf23cdaff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gonz=C3=A1lez=20Lopes?= Date: Thu, 5 Aug 2021 12:07:25 +0200 Subject: [PATCH] From k6io to grafana MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel González Lopes --- .github/workflows/e2e-test.yaml | 2 +- .github/workflows/push.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-test.yaml b/.github/workflows/e2e-test.yaml index f9225b13..5cb0dcf2 100644 --- a/.github/workflows/e2e-test.yaml +++ b/.github/workflows/e2e-test.yaml @@ -22,7 +22,7 @@ jobs: context: . push: true tags: | - ghcr.io/k6io/operator:${{ env.GITHUB_SHA }} + ghcr.io/grafana/operator:${{ env.GITHUB_SHA }} kind: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 09d2c9bc..33972b92 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -27,18 +27,18 @@ jobs: context: . push: true file: Dockerfile.controller - tags: ghcr.io/k6io/operator:latest,ghcr.io/k6io/operator:controller-${{ github.event.release.tag_name }} + tags: ghcr.io/grafana/operator:latest,ghcr.io/grafana/operator:controller-${{ github.event.release.tag_name }} - name: "Build:dockerimage" uses: docker/build-push-action@v2 with: context: . push: true file: Dockerfile.runner - tags: ghcr.io/k6io/operator:latest-runner,ghcr.io/k6io/operator:runner-${{ github.event.release.tag_name }} + tags: ghcr.io/grafana/operator:latest-runner,ghcr.io/grafana/operator:runner-${{ github.event.release.tag_name }} - name: "Build:dockerimage" uses: docker/build-push-action@v2 with: context: . push: true file: Dockerfile.starter - tags: ghcr.io/k6io/operator:latest-starter,ghcr.io/k6io/operator:starter-${{ github.event.release.tag_name }} + tags: ghcr.io/grafana/operator:latest-starter,ghcr.io/grafana/operator:starter-${{ github.event.release.tag_name }}