Skip to content

Commit

Permalink
fix: specify docker build context
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 committed Dec 18, 2022
1 parent f902cb2 commit ad7839a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mod_downloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v3
with:
context: ./util-scripts/mod-downloader/
file: ./Dockerfile
builder: ${{ steps.buildx.outputs.name }}
push: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit ad7839a

Please sign in to comment.