diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2021-07-13 08:34:56 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2021-07-13 08:34:56 +1000 |
| commit | 02e2aebc49d793fa2100a3504cf8b991d4e384ac (patch) | |
| tree | 2793ffc8577071add3f45508320cfa0c5175a893 /.github/workflows/docker.yml | |
| parent | 5c2b402a8aaa2d1693f64f2ca6576597bf28b339 (diff) | |
Remove Github workflows
Diffstat (limited to '.github/workflows/docker.yml')
| -rw-r--r-- | .github/workflows/docker.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml deleted file mode 100644 index a53ac5c..0000000 --- a/.github/workflows/docker.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Docker -on: - push: - branches: - - master - pull_request: -jobs: - build: - name: Build Image - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v1 - - name: Build - run: docker build -t tube . |
