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 ea3cba2 commit 42babb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,17 @@ jobs:
- name: Push LiteStream image
uses: docker/build-push-action@v2
env:
VERSION: ${{ env.VERSION }}
with:
context: .
push: true
tags: ghcr.io/${{ github.repository }}/napse_dtk_prod_litestream:${{ env.VERSION }}

- name: Push Django image
uses: docker/build-push-action@v2
env:
VERSION: ${{ env.VERSION }}
with:
context: .
push: true
Expand Down

0 comments on commit 42babb4

Please sign in to comment.