Skip to content

Commit

Permalink
Update mlflow github job
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Nov 15, 2024
1 parent d7b4e48 commit 2446fd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push MLflow Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: mlflow
push: true
file: mlflow/Dockerfile
build-args: MLFLOW_VERSION=1.26.1
tags: ghcr.io/caraml-dev/mlflow:1.26.1

0 comments on commit 2446fd9

Please sign in to comment.