mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
Removed broken Docker workflow.
This has been moved to Docker Hub, since it builds atomatically.
This commit is contained in:
parent
61825e5fff
commit
7f811800d7
1 changed files with 0 additions and 18 deletions
18
.github/workflows/docker.yml
vendored
18
.github/workflows/docker.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue