Browse Source
Dockerfile has been moved, updating path
proffalken/feature/auto_build_and_release
Matthew Macdonald-Wallace
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/container_build.yml
|
@ -64,7 +64,7 @@ jobs: |
|
|
uses: docker/build-push-action@v2 |
|
|
uses: docker/build-push-action@v2 |
|
|
with: |
|
|
with: |
|
|
context: ./ |
|
|
context: ./ |
|
|
file: ./Dockerfile |
|
|
file: ./docker/dockerfile |
|
|
push: true |
|
|
push: true |
|
|
platforms: linux/amd64, linux/arm/v7, linux/arm/v6, linux/arm64 |
|
|
platforms: linux/amd64, linux/arm/v7, linux/arm/v6, linux/arm64 |
|
|
tags: ${{ steps.meta.outputs.tags }} |
|
|
tags: ${{ steps.meta.outputs.tags }} |
|
|