mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-12 21:05:29 +01:00
Use correct context
This commit is contained in:
parent
15038c4477
commit
af05210be4
1
.github/workflows/pr.yml
vendored
1
.github/workflows/pr.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue