From 6f60d442517f358d20bdd3caaad25c800c11b52c Mon Sep 17 00:00:00 2001 From: Ferruh <63190600+ferruhcihan@users.noreply.github.com> Date: Fri, 16 Aug 2024 13:36:58 +0200 Subject: [PATCH] feat: update github workflow to push image to the linode dockerhub (#109) --- .github/workflows/main.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c663821..9378516 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -1,4 +1,4 @@ -# RedKubes default Workflow +# Linode APL default Workflow # # Given facts: # * We don't allow manual tagging, but let the workflow create them after tests have passed. @@ -16,9 +16,9 @@ env: COMMIT_MSG: ${{ github.event.head_commit.message }} CACHE_REGISTRY: ghcr.io CACHE_REPO: linode/apl-tasks - REPO: otomi/tasks - DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_OTOMI_TOKEN }} - DOCKER_USERNAME: ${{ vars.DOCKERHUB_USERNAME }} + REPO: linode/apl-tasks + DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_LINODEBOT_TOKEN }} + DOCKER_USERNAME: ${{ vars.DOCKERHUB_LINODEBOT_USERNAME }} BOT_EMAIL: ${{ vars.BOT_EMAIL }} BOT_USERNAME: ${{ vars.BOT_USERNAME }} BOT_TOKEN: ${{ secrets.BOT_TOKEN }}