Skip to content

Commit

Permalink
fix: replace redkubesbot with linode-gh-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
CasLubbers committed Jul 4, 2024
1 parent a9c49a8 commit b09a59a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down

0 comments on commit b09a59a

Please sign in to comment.