Skip to content

Merge pull request #75 from FacundoInza/feature/packages-styling #80

Merge pull request #75 from FacundoInza/feature/packages-styling

Merge pull request #75 from FacundoInza/feature/packages-styling #80

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