1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-18 07:59:37 +02:00
This commit is contained in:
GilbN 2022-04-02 19:10:05 +02:00
parent cacac7385a
commit 642b9db799
2 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/testing' || github.event.inputs.branch == 'testing' }}
uses: docker/build-push-action@v2
with:
file: ./${{ matrix.architecture }}.Dockerfile
file: ./Dockerfile.${{ matrix.architecture }}
platforms: ${{ steps.prep.outputs.platform }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.metadata.outputs.tags }}