aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2022-01-25 20:31:56 -0500
committerMax Isom <[email protected]>2022-01-25 20:31:56 -0500
commitaf05210be4a8857ea707866192efa79b3945b314 (patch)
treed68424595cc393a29a0ed0dd9a22497788595127 /.github
parent15038c447789e3c24db0b43c3be7075cda0cc002 (diff)
downloadmuse-af05210be4a8857ea707866192efa79b3945b314.tar.xz
muse-af05210be4a8857ea707866192efa79b3945b314.zip
Use correct context
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pr.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index ab5db0a..a332a28 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -44,6 +44,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
+ context: .
push: true
tags: codetheweb/muse:${{ github.event.pull_request.head.sha }}-${{ matrix.tagged-platform }}
cache-from: type=local,src=/tmp/.buildx-cache