From 6db18e54a445736bd3491b5ccd6ee6f68af36ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9d=C3=A9ric=20Hurier=20=28Fmind=29?= Date: Sat, 24 Feb 2024 07:44:26 +0100 Subject: [PATCH] Test CI/CD --- .github/workflows/on-release-published.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/on-release-published.yml b/.github/workflows/on-release-published.yml index 8e1594b..32c6327 100644 --- a/.github/workflows/on-release-published.yml +++ b/.github/workflows/on-release-published.yml @@ -44,5 +44,6 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: + context: . push: true tags: ghcr.io/fmind/mlops-python-package:latest