Skip to content

Commit

Permalink
add docker credentials secrets to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj committed Sep 25, 2023
1 parent 612510a commit 6bb0f37
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:
tags: [v*]
jobs:
deploy_docker:
uses: khanlab/actions/.github/workflows/workflow-release_task-deployDocker.yml@v0.1.0
uses: khanlab/actions/.github/workflows/workflow-release_task-deployDocker.yml@v0.1.1
with:
maximize_space: true
secrets: inherit
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 6bb0f37

Please sign in to comment.