Skip to content

Commit

Permalink
testing...
Browse files Browse the repository at this point in the history
  • Loading branch information
jzstark committed Mar 7, 2024
1 parent 60c69c2 commit 2f57271
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./docker/Dockerfile
file: ./docker/Dockerfile.test
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl-arm64v8:latest
3 changes: 3 additions & 0 deletions docker/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM ubuntu

WORKDIR /usr/src

0 comments on commit 2f57271

Please sign in to comment.