Skip to content

Commit

Permalink
dont think working directory directive needed for docker build action…
Browse files Browse the repository at this point in the history
… now that dockerfile in root.
  • Loading branch information
rwblair committed Oct 24, 2024
1 parent a77945a commit 40dbd62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
push_docker_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
working-directory: bids-validator
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 40dbd62

Please sign in to comment.