mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +00:00
Delete docker-image.yml
This commit is contained in:
21
.github/workflows/docker-image.yml
vendored
21
.github/workflows/docker-image.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user