Removed broken Docker workflow.

This has been moved to Docker Hub, since it builds atomatically.
This commit is contained in:
Keanu Timmermans 2020-09-09 13:11:17 +02:00 committed by GitHub
parent 61825e5fff
commit 7f811800d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
name: Build Docker Image
on:
push:
branches: ["typescript", "docker"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build and push Docker images
uses: docker/build-push-action@v1
with:
username: keanuplayz
password: ${{ secrets.GH_TOKEN }}
registry: docker.pkg.github.com
repository: keanucode/travbot-v3/travbot-v3
tags: latest