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

Commit 52cc4bd

Browse files
committed
hotfix dataloade build context
1 parent 49c2201 commit 52cc4bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)