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 92f54e2 commit ea3cba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/${{ github.repository }}/napse_dtk_prod_litestream:$VERSION
tags: ghcr.io/${{ github.repository }}/napse_dtk_prod_litestream:${{ env.VERSION }}

- name: Push Django image
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: ghcr.io/${{ github.repository }}/napse_dtk_prod_django:$VERSION
tags: ghcr.io/${{ github.repository }}/napse_dtk_prod_django:${{ env.VERSION }}

0 comments on commit ea3cba2

Please sign in to comment.