diff options
| author | Max Isom <[email protected]> | 2022-01-25 20:31:56 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2022-01-25 20:31:56 -0500 |
| commit | af05210be4a8857ea707866192efa79b3945b314 (patch) | |
| tree | d68424595cc393a29a0ed0dd9a22497788595127 /.github/workflows/pr.yml | |
| parent | 15038c447789e3c24db0b43c3be7075cda0cc002 (diff) | |
| download | muse-af05210be4a8857ea707866192efa79b3945b314.tar.xz muse-af05210be4a8857ea707866192efa79b3945b314.zip | |
Use correct context
Diffstat (limited to '.github/workflows/pr.yml')
| -rw-r--r-- | .github/workflows/pr.yml | 1 |
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 |
