From 4e88dbf7bd0d316b0c5dfe961f71cdcddeb48aab Mon Sep 17 00:00:00 2001 From: Yurii Dubinka Date: Fri, 14 Jan 2022 07:42:32 +0200 Subject: [PATCH] #52: Setup release v0.2.0 --- .github/workflows/master.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index d539bb9..5eb20d0 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -15,6 +15,8 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + # Allows triggering workflow by HTTP webhook + repository_dispatch: jobs: linter: @@ -131,7 +133,7 @@ jobs: uses: docker/build-push-action@v2 with: push: true - tags: dgroup/g2w:master,dgroup/g2w:0.0.0,dgroup/g2w:latest + tags: dgroup/g2w:master,dgroup/g2w:0.2.0,dgroup/g2w:latest file: ./Containerfile # @todo #/DEV Pass environment variables & labels like in https://github.com/dgroup/lazylead/blob/master/.docker/Dockerfile#L7-L16 # It seems could be done using 'labels' input https://github.com/docker/build-push-action#inputs