From 73bfbdd84c6100ba3af150667ef908b8709bf40d Mon Sep 17 00:00:00 2001 From: testisnullus Date: Mon, 15 May 2023 14:47:39 +0300 Subject: [PATCH] ci-cd-fix --- .github/workflows/main-operator-ci-cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-operator-ci-cd.yaml b/.github/workflows/main-operator-ci-cd.yaml index 3241aaceb..289cbdaaa 100644 --- a/.github/workflows/main-operator-ci-cd.yaml +++ b/.github/workflows/main-operator-ci-cd.yaml @@ -48,4 +48,4 @@ jobs: uses: docker/build-push-action@v3 with: push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/instacluster-operator:latest + tags: ${{ secrets.DOCKERHUB_USERNAME }}/instaclustr-operator:latest