From 51f99a2e7b0ba472ca0c0f1180c64c2823ceffaf Mon Sep 17 00:00:00 2001 From: sct Date: Sat, 19 Dec 2020 01:24:50 +0900 Subject: [PATCH] ci: add missing build-args back into ci workflow --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03a03c2f1..8f96b3b34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,8 @@ jobs: context: . file: ./Dockerfile push: true + build-args: | + COMMIT_TAG=${{ github.sha }} tags: | sctx/overseerr:develop sctx/overseerr:${{ github.sha }}