This commit is contained in:
Esteban Sanchez
2020-10-23 22:02:24 +02:00
committed by GitHub
parent bc79a0dd52
commit 688fcc54cb

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