diff options
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 |
