Skip to content

Commit

Permalink
Update image build version to v3 (#165)
Browse files Browse the repository at this point in the history
* Update nebula go to v3.0.0

* Update image build version to v3

* Update daily docker build action tag
  • Loading branch information
Aiee authored Feb 15, 2022
1 parent 5783d1e commit 8a1daa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: vesoft/nebula-console
tags: nightly,v2-nightly
tags: nightly,v3-nightly
add_git_labels: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: vesoft/nebula-console
tags: v2,latest
tags: v3,latest
tag_with_ref: true
add_git_labels: true

0 comments on commit 8a1daa5

Please sign in to comment.