Skip to content

Commit

Permalink
Deploy docker image as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningCash committed May 12, 2021
1 parent 208374c commit 0219ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
docker logout
docker login -u "${{ secrets.DOCKER_USERNAME }}" -p "${{ secrets.DOCKER_PASSWORD }}"
- name: Deploy master branch as canary
- name: Deploy master branch as latest
if: github.ref == 'refs/heads/master'
run: python -m docker_ci_deploy --tag canary -- cfreak/breeze
run: python -m docker_ci_deploy --tag latest -- cfreak/breeze

# ${GITHUB_REF/refs\/tags\//} returns the tag name from 'refs/tags/TAG_NAME'
- name: Deploy tags
Expand Down

0 comments on commit 0219ed4

Please sign in to comment.