From 42a38c93210a6fa887366992662c2f55a0223d1d Mon Sep 17 00:00:00 2001 From: thomasgouveia Date: Mon, 24 Apr 2023 18:47:14 +0200 Subject: [PATCH] ci: remove if in build docker --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 680b139..7860eb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,5 +47,5 @@ jobs: push: true file: Dockerfile platforms: linux/amd64, linux/arm64 - tags: ${{ if env.RELEASE_TAG }} + tags: ${{ env.RELEASE_TAG }} labels: ${{ steps.meta.outputs.labels }}