Skip to content

Commit

Permalink
fix: pipeline mt5 image context
Browse files Browse the repository at this point in the history
  • Loading branch information
seekersoftec committed Aug 6, 2024
1 parent 663d82a commit edf5137
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 edf5137

Please sign in to comment.