Skip to content

Commit 702e008

Browse files
committed
update
1 parent 0501c97 commit 702e008

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Build
22

33
on:
44
workflow_dispatch:
5-
push:
6-
tags:
7-
- '*'
5+
release:
6+
types: [published]
87

98
jobs:
109
build:
@@ -56,7 +55,7 @@ jobs:
5655
DOCKER_BUILDKIT: 1
5756
with:
5857
build-args: |
59-
VERSION=${{ steps.current.outputs.version }}"
58+
VERSION=${{ steps.current.outputs.version }}
6059
push: true
6160
context: ./
6261
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)