From 92d2c912274e8b8a1fcefee7dd548d4bdddac13a Mon Sep 17 00:00:00 2001 From: will Farrell Date: Wed, 2 Dec 2020 11:45:32 -0700 Subject: [PATCH] ci: force expression tag --- .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 2b6720e..07b01ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,4 +48,4 @@ jobs: platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x push: true tags: | - join(['willfarrell/crontab', env.tag], ':') \ No newline at end of file + ${{ join(['willfarrell/crontab', env.tag], ':') }} \ No newline at end of file