fix Dockerfile path.

This commit is contained in:
Jason Kulatunga 2022-09-27 07:53:00 -07:00
parent e83c6f908e
commit e043985e7f
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ env:
IMAGE_NAME: ${{ github.repository }}
jobs:
omnibus:
docker:
runs-on: ubuntu-latest
permissions:
contents: read
@ -61,7 +61,7 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
context: .
file: docker/Dockerfile
file: Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}