mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 03:11:24 +00:00
Fix context path
This commit is contained in:
parent
4974ab84ad
commit
c4dd830708
1 changed files with 4 additions and 2 deletions
|
@ -122,12 +122,14 @@ jobs:
|
|||
path: artifacts/
|
||||
-
|
||||
name: Prepare binary
|
||||
run: cp target/${{ matrix.info.target }}/release/pict-rs docker/forgejo/pict-rs
|
||||
run: |
|
||||
cp target/${{ matrix.info.target }}/release/pict-rs docker/forgejo/pict-rs
|
||||
-
|
||||
name: Build and push ${{ matrix.info.platform }} docker image
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./docker/forgejo"
|
||||
context: ./docker/forgejo
|
||||
# file: ./docker/forgejo/Dockerfile
|
||||
platforms: ${{ matrix.info.platform }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
|
||||
|
|
Loading…
Reference in a new issue