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 88d1af2 commit 7a0086e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,16 @@ jobs:
docker tag napse_dtk_prod_django ghcr.io/${{ github.repository }}/napse_dtk_prod_django:$(cat version.txt)
- name: Push Docker image
- name: Push LiteStream image
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: ghcr.io/${{ github.repository }}/local-image:$(cat version.txt)
tags: ghcr.io/${{ github.repository }}/napse_dtk_prod_litestream:$(cat version.txt)

- name: Push Django image
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: ghcr.io/${{ github.repository }}/napse_dtk_prod_django:$(cat version.txt)

0 comments on commit 7a0086e

Please sign in to comment.