From 023afb73234ef6c305377365a4807d994bd383c0 Mon Sep 17 00:00:00 2001 From: Sebastien Clement Date: Thu, 18 Feb 2021 16:35:31 +0100 Subject: [PATCH] Remove build id in 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 a425663..0348d8f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,5 +64,5 @@ jobs: with: push: true context: . - tags: ghcr.io/sebclem/claptrapbot:latest, ghcr.io/sebclem/claptrapbot:${{ env.GITHUB_RUN_ID}} + tags: ghcr.io/sebclem/claptrapbot:latest file: ./Dockerfile \ No newline at end of file