From 9a96aa3711f871af5588051e97f0abff17da78c9 Mon Sep 17 00:00:00 2001 From: Tom JEANNESSON Date: Tue, 2 Jan 2024 17:37:54 +0100 Subject: [PATCH] tmp --- .github/workflows/deploy.yml | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b0f15f1..72fcf4d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,26 +32,9 @@ jobs: docker image ls TAG_NAME=$(grep -oP '(?<=## \[)[^\]]+' CHANGELOG.md | head -n 1) VERSION=v$TAG_NAME - echo "VERSION=${VERSION}$(echo ${{ github.sha }})" >> $GITHUB_ENV 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 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 - tags: ghcr.io/${{ github.repository }}/napse_dtk_prod_django:${{ env.VERSION }} \ No newline at end of file + docker push ghcr.io/${{ github.repository }}/napse_dtk_prod_litestream:$VERSION + docker push ghcr.io/${{ github.repository }}/napse_dtk_prod_django:$VERSION