Create docker.yml

This commit is contained in:
Keanu Timmermans 2020-08-31 21:17:22 +02:00 committed by GitHub
parent 19010e7e59
commit a829e3d0bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
.github/workflows/docker.yml vendored Normal file
View File

@ -0,0 +1,18 @@
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: keanucode
password: ${{ secrets.DOCKER_PASS }}
registry: docker.pkg.github.com
repository: keanucode/travbot-v3
tags: latest