Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniciusMarchi committed Jan 21, 2025
1 parent d8b9510 commit a37320b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build & Push Train Image
uses: docker/build-push-action@v4
with:
context: docker/train
context: .
file: docker/train/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
2 changes: 1 addition & 1 deletion docker/train/test.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
print("test")
print("test docker")

0 comments on commit a37320b

Please sign in to comment.