Browse Source

Dockerfile has been moved, updating path

proffalken/feature/auto_build_and_release
Matthew Macdonald-Wallace 3 years ago
committed by GitHub
parent
commit
69a28c5e60
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/container_build.yml

2
.github/workflows/container_build.yml

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

Loading…
Cancel
Save