Skip to content

Commit

Permalink
change dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
phisanti committed Sep 5, 2023
1 parent 3641a85 commit 8547f42
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./build-test-push/Dockerfile
file: ./.github/workflows/build-test-push/Dockerfile
push: false
no-cache: true
build-args: |
Expand All @@ -50,6 +50,4 @@ jobs:
no-cache: true
build-args: |
BRANCH=master
tags: ${{ secrets.DOCKERHUB_USERNAME }}/omicsplayground:test


tags: ${{ secrets.DOCKERHUB_USERNAME }}/omicsplayground:test

0 comments on commit 8547f42

Please sign in to comment.