Skip to content

upd

upd #102

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Build the Docker container image
run: docker build ./ -f ./Dockerfile -t marley/mlops.ru:latest