Dockerfile has been moved, updating path

This commit is contained in:
Matthew Macdonald-Wallace 2021-10-13 13:50:55 +01:00 committed by GitHub
parent 0ed5453d04
commit 69a28c5e60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: ./
file: ./Dockerfile
file: ./docker/dockerfile
push: true
platforms: linux/amd64, linux/arm/v7, linux/arm/v6, linux/arm64
tags: ${{ steps.meta.outputs.tags }}