Deploy docker #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | ||
name: Deploy docker | ||
on: | ||
workflow_dispatch: | ||
release: | ||
types: [published] | ||
jobs: | ||
deploy_docker: | ||
Check failure on line 8 in .github/workflows/deploy.yml GitHub Actions / Deploy dockerInvalid workflow file
|
||
uses: khanlab/actions/.github/workflows/[email protected] | ||
with: | ||
maximize_space: true | ||
secrets: | ||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} | ||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} |