Skip to content

Add additional ARG version line in Dockerfile (#423) #1229

Add additional ARG version line in Dockerfile (#423)

Add additional ARG version line in Dockerfile (#423) #1229

Workflow file for this run

name: External Dependencies CI Workflow
on:
push:
branches:
- main
pull_request:
jobs:
publish-mlflow-docker:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- uses: actions/checkout@v2
- name: Build and push MLflow Docker image
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
repository: caraml-dev/mlflow
path: mlflow
dockerfile: mlflow/Dockerfile
build_args: MLFLOW_VERSION=1.3.0
tags: 1.3.0