Skip to content

Commit

Permalink
update ui image flow
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwit committed May 2, 2021
1 parent a0c1d3e commit b022205
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-ui-image.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: build-ekz-image
on:
push:
tags:
- "v*"
branches:
- 'main'
paths:
Expand Down Expand Up @@ -33,7 +35,8 @@ jobs:
stg init
stg import -t -s ../../patches/series
make build
# retrieve tag from GITHUB_REF
make build VERSION="${GITHUB_REF#refs/*/}"
popd
# at UI dir
Expand Down

0 comments on commit b022205

Please sign in to comment.