mirror of
https://github.com/immich-app/immich.git
synced 2025-05-30 19:54:52 -04:00
fixed release build directory for Github action
This commit is contained in:
parent
6065ff8caa
commit
32240777c3
@ -149,8 +149,8 @@ jobs:
|
|||||||
- name: Build and push immich-proxy release
|
- name: Build and push immich-proxy release
|
||||||
uses: docker/build-push-action@v3.0.0
|
uses: docker/build-push-action@v3.0.0
|
||||||
with:
|
with:
|
||||||
context: ./web
|
context: ./nginx
|
||||||
file: ./web/Dockerfile
|
file: ./nginx/Dockerfile
|
||||||
platforms: linux/arm/v7,linux/amd64,linux/arm64
|
platforms: linux/arm/v7,linux/amd64,linux/arm64
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: |
|
tags: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user