Browse Source

path fix

pull/356/head
GilbN 3 years ago
parent
commit
642b9db799
  1. 2
      .github/workflows/docker-build.yml
  2. 0
      Dockerfile.amd64

2
.github/workflows/docker-build.yml

@ -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 }}

0
Dockerfile → Dockerfile.amd64

Loading…
Cancel
Save