Use correct context

This commit is contained in:
Max Isom 2022-01-25 20:31:56 -05:00
parent 15038c4477
commit af05210be4
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880

View file

@ -44,6 +44,7 @@ jobs:
id: docker_build id: docker_build
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
context: .
push: true push: true
tags: codetheweb/muse:${{ github.event.pull_request.head.sha }}-${{ matrix.tagged-platform }} tags: codetheweb/muse:${{ github.event.pull_request.head.sha }}-${{ matrix.tagged-platform }}
cache-from: type=local,src=/tmp/.buildx-cache cache-from: type=local,src=/tmp/.buildx-cache