Skip to content

Merge pull request #70 from FacundoInza/fix/home-deliveries #75

Merge pull request #70 from FacundoInza/fix/home-deliveries

Merge pull request #70 from FacundoInza/fix/home-deliveries #75

Workflow file for this run

name: Build and Push
on:
push:
branches:
- develop
jobs:
build-and-push:
name: Build and Push Docker Image
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and Push Image
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: facundoinza/deliverit-front:v1.0.0