This commit is contained in:
Esteban Sanchez 2020-10-23 22:02:24 +02:00 committed by GitHub
parent bc79a0dd52
commit 688fcc54cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,10 +10,11 @@ jobs:
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@v2
- name: Build and push docker
uses: docker/build-push-action@v2
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
repository: DOCKER_REPOSITORY
tags: latest
- name: Build and push docker
uses: docker/build-push-action@v2