Skip to content

Commit

Permalink
Push docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Oct 18, 2023
1 parent 02fd226 commit 5cb9be7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
run: |
poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD
$CONDA/bin/conda update -n base -c defaults conda
$CONDA/bin/conda install anaconda-client conda-build
$CONDA/bin/conda build -c conda-forge --output-folder ./conda-out/ chenpy
anaconda upload --label main -u appthreat ./conda-out/noarch/*.tar.bz2
env:
Expand Down

0 comments on commit 5cb9be7

Please sign in to comment.