Skip to content

update to 3.6.0 version #27

update to 3.6.0 version

update to 3.6.0 version #27

name: Push docker image to registry (hub.docker.com)
on:
push:
branches:
- 'master'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v2
with:
push: true
tags: pablobuenaposada/hondash:latest