From b09a59af626219894651629e571936ea8553fb22 Mon Sep 17 00:00:00 2001 From: Cas Lubbers Date: Thu, 4 Jul 2024 15:50:39 +0200 Subject: [PATCH] fix: replace redkubesbot with linode-gh-bot --- .github/workflows/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5f29468..43f85ea 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -15,9 +15,9 @@ on: env: COMMIT_MSG: ${{ github.event.head_commit.message }} CACHE_REGISTRY: ghcr.io - CACHE_REPO: redkubes/otomi-tasks + CACHE_REPO: linode/apl-tasks REPO: otomi/tasks - GIT_USER: redkubesbot + GIT_USER: linode-gh-bot GIT_PASSWORD: ${{ secrets.GITHUB_TOKEN }} DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_OTOMI_TOKEN }} jobs: @@ -35,7 +35,7 @@ jobs: - name: CI tests, image build and push tag to cache for main or branch uses: whoan/docker-build-with-cache-action@v6 with: - username: redkubesbot + username: linode-gh-bot password: '${{ secrets.GITHUB_TOKEN }}' registry: ${{ env.CACHE_REGISTRY }} image_name: ${{ env.CACHE_REPO }}