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

Commit 35d4cc4

Browse files
committed
change directory for build
1 parent 4bd5da5 commit 35d4cc4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ jobs:
6262
- name: Build and push dataloader
6363
uses: docker/build-push-action@v2
6464
with:
65-
context: ./deploy/dataloader
65+
run: |
66+
pushd deploy/dataloader
67+
context: .
6668
file: ./Dockerfile
6769
push: ${{ github.event_name != 'pull_request' }}
6870
tags: ${{ steps.prep.outputs.tagsData }}

0 commit comments

Comments
 (0)