From b0338d4519045cb97aed9e65312edceea02707d3 Mon Sep 17 00:00:00 2001 From: platane Date: Thu, 24 Mar 2022 10:48:42 +0100 Subject: [PATCH] . --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37315fb..12b865b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,7 @@ name: release on: + push: workflow_dispatch: inputs: description: @@ -51,8 +52,6 @@ jobs: with: push: true tags: platane/snk:${{ github.sha }} platane/snk:${{ github.ref.name }} - file: Dockerfile - context: . - name: update action.yml run: |