Added action to push to dockerhub

This commit is contained in:
Esteban Sanchez 2020-10-23 21:49:29 +02:00 committed by GitHub
parent 53dc38f796
commit 15130f1c95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.github/workflows/docker.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: Docker
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@v2
- name: Build and push docker
uses: docker/build-push-action@v1
with:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
repository: DOCKER_REPOSITORY
tags: latest