fix Dockerfile path

This commit is contained in:
Dieter Schmidt
2021-01-04 02:56:47 +01:00
parent 287ef8b21c
commit 28af5a7e31
2 changed files with 0 additions and 2 deletions

View File

@@ -57,7 +57,6 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: ./frontend
file: .Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ steps.prep.outputs.tags }}

View File

@@ -57,7 +57,6 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: ./frontend
file: .Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ steps.prep.outputs.tags }}