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

Commit

Permalink
change directory for build
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots committed Nov 5, 2020
1 parent 4bd5da5 commit 35d4cc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
- name: Build and push dataloader
uses: docker/build-push-action@v2
with:
context: ./deploy/dataloader
run: |
pushd deploy/dataloader
context: .
file: ./Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tagsData }}
Expand Down

0 comments on commit 35d4cc4

Please sign in to comment.