From 1ce106bfecfd6c1dc55be47e5d2d070ac6917915 Mon Sep 17 00:00:00 2001 From: SebClem Date: Sat, 31 Oct 2020 16:44:00 +0100 Subject: [PATCH] :ambulance: Fix CI --- .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 1b7da87..017ace9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,5 +48,5 @@ jobs: name: brokenfire/brokendiscordbot username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - tags: "latest,${GITHUB_RUN_NUMBER}" + tags: "latest,${{ GITHUB_RUN_NUMBER }}" buildargs: GITHUB_RUN_NUMBER=${{env.RELEASE_VERSION}}