mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-02 10:26:53 -04:00
fix dockerfile path
This commit is contained in:
parent
c09153dbc3
commit
aaa5bd2af2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -146,6 +146,7 @@ jobs:
|
|||
id: build
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
file: docker/Dockerfile.dist
|
||||
platforms: ${{ matrix.platform }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
tags: ${{ env.REGISTRY_IMAGE }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue