Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 4bd5da5

Browse files
authored
Merge pull request #156 from CSCfi/hotfix/dataloader-build
hotfix dataloade build context
2 parents 49c2201 + 52cc4bd commit 4bd5da5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
- name: Build and push dataloader
6363
uses: docker/build-push-action@v2
6464
with:
65-
context: .
66-
file: ./deploy/dataloader/Dockerfile
65+
context: ./deploy/dataloader
66+
file: ./Dockerfile
6767
push: ${{ github.event_name != 'pull_request' }}
6868
tags: ${{ steps.prep.outputs.tagsData }}
6969
cache-from: type=registry,ref=cscfi/beacon-dataloader:latest

0 commit comments

Comments
 (0)