Skip to content

Commit

Permalink
[Singularity] Fix docker build context
Browse files Browse the repository at this point in the history
  • Loading branch information
fpjentzsch committed Aug 17, 2023
1 parent 10b99e4 commit a3ff168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/singularity-quicktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Build Docker image
uses: docker/build-push-action@v4
with:
file: finn/docker/Dockerfile.finn
context: .
file: docker/Dockerfile.finn
context: finn
load: true
no-cache: true
tags: finn_docker_export:latest
Expand Down

0 comments on commit a3ff168

Please sign in to comment.