From ac0de4d4c0e115139d45e39bbb36874d190358a1 Mon Sep 17 00:00:00 2001 From: thomasgouveia Date: Mon, 24 Apr 2023 18:45:13 +0200 Subject: [PATCH] ci: fix run --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0315d1c..680b139 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,7 @@ on: - push: - branches: [ main ] release: - types: [ created ] + types: [ published ] + workflow_dispatch: inputs: tag: @@ -48,5 +47,5 @@ jobs: push: true file: Dockerfile platforms: linux/amd64, linux/arm64 - tags: ${{ env.RELEASE_TAG }} + tags: ${{ if env.RELEASE_TAG }} labels: ${{ steps.meta.outputs.labels }}