Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom JEANNESSON committed Jan 2, 2024
1 parent 9a96aa3 commit edfe6cd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
docker tag napse_dtk_prod_litestream ghcr.io/${{ github.repository }}/napse_dtk_prod_litestream:$VERSION
docker tag napse_dtk_prod_django ghcr.io/${{ github.repository }}/napse_dtk_prod_django:$VERSION
- name: Push Litestream Docker image
run: |
docker push ghcr.io/${{ github.repository }}/napse_dtk_prod_litestream:$VERSION
- name: Push Django Docker image
run: |
docker push ghcr.io/${{ github.repository }}/napse_dtk_prod_django:$VERSION

0 comments on commit edfe6cd

Please sign in to comment.