Skip to content

Commit 192bed2

Browse files
committed
fix release
Signed-off-by: ryjiang <jiangruiyi@gmail.com>
1 parent 8d8d43e commit 192bed2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
jobs:
88
publish:
99
runs-on: ubuntu-latest
10-
env:
11-
DOCKER_TAG: ${{ github.event.release.tag_name }}
1210
steps:
1311
- uses: actions/checkout@v2
1412
- name: Setup Node.js
@@ -34,6 +32,6 @@ jobs:
3432
context: .
3533
platforms: linux/amd64,linux/arm64
3634
tags: |
37-
zilliz/attu:${DOCKER_TAG},zilliz/attu:latest
38-
build-args: VERSION=${DOCKER_TAG}
35+
zilliz/attu:${{ github.event.release.tag_name }},zilliz/attu:latest
36+
build-args: VERSION=${{ github.event.release.tag_name }}
3937
push: true

0 commit comments

Comments
 (0)