mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
feat: change dockerfile (#491)
* feat: change dockerfile Signed-off-by: yuyicai <yuyicai@hotmail.com> * chore: change markfile for container test Signed-off-by: yuyicai <yuyicai@hotmail.com> * ut * feat: install openssl Signed-off-by: yuyicai <yuyicai@hotmail.com> --------- Signed-off-by: yuyicai <yuyicai@hotmail.com> Co-authored-by: naison <895703375@qq.com>
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -18,9 +18,7 @@ jobs:
|
||||
check-latest: true
|
||||
- name: Push image to docker hub
|
||||
run: |
|
||||
echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USER }} --password-stdin
|
||||
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
|
||||
docker buildx create --use
|
||||
export VERSION=${{github.event.pull_request.head.sha}}
|
||||
if [[ -z "$VERSION" ]]; then
|
||||
export VERSION=${{ github.sha }}
|
||||
|
||||
Reference in New Issue
Block a user