Skip to content

Merge branch 'main' of https://github.com/Mayllu/mayllu-frontend #9

Merge branch 'main' of https://github.com/Mayllu/mayllu-frontend

Merge branch 'main' of https://github.com/Mayllu/mayllu-frontend #9

Workflow file for this run

name: Simple Docker Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build Docker image
uses: docker/build-push-action@v3
with:
context: .
file: ./Dockerfile
load: true # This is important as it loads the image into Docker's local storage