mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
path fix
This commit is contained in:
parent
cacac7385a
commit
642b9db799
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@ -110,7 +110,7 @@ jobs:
|
|||||||
if: ${{ github.ref == 'refs/heads/testing' || github.event.inputs.branch == 'testing' }}
|
if: ${{ github.ref == 'refs/heads/testing' || github.event.inputs.branch == 'testing' }}
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
file: ./${{ matrix.architecture }}.Dockerfile
|
file: ./Dockerfile.${{ matrix.architecture }}
|
||||||
platforms: ${{ steps.prep.outputs.platform }}
|
platforms: ${{ steps.prep.outputs.platform }}
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.metadata.outputs.tags }}
|
tags: ${{ steps.metadata.outputs.tags }}
|
||||||
|
Loading…
Reference in New Issue
Block a user