Skip to content

Commit

Permalink
fix action (vesoft-inc#2416)
Browse files Browse the repository at this point in the history
* fix action

* fix
  • Loading branch information
jievince authored Dec 11, 2020
1 parent 70d9a5e commit a1e9ff4
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: ${{ secrets.DOCKER_USERNAME }}/nebula-${{ matrix.service }}
repository: vesoft/nebula-${{ matrix.service }}
tags: nightly
dockerfile: docker/Dockerfile.${{ matrix.service }}
cache_froms: vesoft/nebula-dev:centos7,centos:7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: ${{ secrets.DOCKER_USERNAME }}/nebula-${{ matrix.service }}
repository: vesoft/nebula-${{ matrix.service }}
tags: latest
tag_with_ref: true
dockerfile: docker/Dockerfile.${{ matrix.service }}
Expand Down

0 comments on commit a1e9ff4

Please sign in to comment.