Skip to content

Commit

Permalink
Merge pull request #13 from fortesenselabs/feature/nautilus-metatrade…
Browse files Browse the repository at this point in the history
…r-adapter

fix: pipeline mt5 image context
  • Loading branch information
seekersoftec authored Aug 6, 2024
2 parents 2143975 + edf5137 commit b6013f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
id: mt5_build_latest
uses: docker/build-push-action@v3
with:
context: .
file: "infrastructure/MetaTrader5/Dockerfile"
context: "infrastructure/MetaTrader5/"
push: true
tags: ghcr.io/${{ github.repository_owner }}/metatrader5-terminal:latest
cache-from: type=gha
Expand Down

0 comments on commit b6013f8

Please sign in to comment.