From 362b3c85489b791ad6a40f5626502cb8a1fbcf4e Mon Sep 17 00:00:00 2001 From: Fedor Borshev Date: Sun, 14 Jan 2024 08:05:27 +0300 Subject: [PATCH] Background worker docker image fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa26498..aeb9d16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: uses: docker/build-push-action@v3 with: context: . - target: web + target: worker push: ${{ github.ref == 'refs/heads/master' }} tags: | ghcr.io/${{ steps.image.outputs.lowercase }}/selfmailbot-worker:latest