Skip to content

Commit

Permalink
feat: update github workflow to push image to the linode dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
ferruhcihan committed Aug 15, 2024
1 parent fb2a085 commit 1f8366c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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 }}
Expand Down

0 comments on commit 1f8366c

Please sign in to comment.