Skip to content

Commit

Permalink
fix(sql plugin): set latest tag on slim suffix docker image (#1254)
Browse files Browse the repository at this point in the history
Signed-off-by: Jianxiang Ran <rxan_embedded@163.com>
  • Loading branch information
superrxan authored Apr 28, 2022
1 parent 789e171 commit 7dcb786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
with:
images: docker.io/lfedge/ekuiper
flavor: |
latest=${{ github.event_name == 'release' && !github.event.release.prerelease}}
latest=${{ github.event_name == 'release' && matrix.suffix == '-slim' && !github.event.release.prerelease}}
suffix=${{ matrix.suffix }}
tags: |
type=ref,event=branch
Expand Down

0 comments on commit 7dcb786

Please sign in to comment.