Skip to content

Commit

Permalink
From k6io to grafana
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel González Lopes <[email protected]>
  • Loading branch information
dgzlopes committed Aug 5, 2021
1 parent 42b4d9f commit ffdd915
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit ffdd915

Please sign in to comment.