Delete docker-image.yml

This commit is contained in:
Tingluo Huang
2021-12-13 23:25:57 -05:00
committed by GitHub
parent 0e4f76ec4e
commit c645de9aee

View File

@@ -1,21 +0,0 @@
name: Docker Image CI
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: |
cd src
echo "${{secrets.docker_hub_token}}" | docker login --username huangtingluo --password-stdin
docker build . --file Dockerfile --tag huangtingluo/kube-runner:v0
docker push huangtingluo/kube-runner:v0