From 2734db2941c8fb3fdc51a7afa8b50256719a03df Mon Sep 17 00:00:00 2001 From: Christian Kreibich Date: Sun, 26 Sep 2021 10:06:38 -0700 Subject: [PATCH] Fix space issue in docker tag computation This fixes image uploads in the Github action introduced in ddae1398f1d8. Co-authored-by: Benjamin Bannier --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index f9756c10c1..6fe3ca5f08 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -78,7 +78,7 @@ jobs: file: docker/Dockerfile push: true tags: | - zeekurity/${{ steps.target.outputs.tag}} + zeekurity/${{ steps.target.outputs.tag }} - name: Preserve artifacts uses: actions/upload-artifact@v2