From 9cd2de7b33d0bf06638ad0f3d547256b7dd79f86 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Mon, 13 Dec 2021 21:44:07 +0000 Subject: [PATCH] DEV: Correct GitHub actions build definition (#589) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e2d657..15cbc19 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: run: | docker run --rm -e RUBY_ONLY=1 -e USE_TURBO=1 -e SKIP_PLUGINS=1 -e SKIP_LINT=1 discourse/discourse_test:build - name: tag images - run: + run: | TAG=`date +%Y%m%d-%H%M` docker tag discourse/base:build discourse/base:2.0.$TAG-slim docker tag discourse/base:build discourse/base:slim -- 2.25.1