0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-02-11 01:18:24 -05:00

fixed release build directory for Github action

This commit is contained in:
Alex Tran 2022-06-30 00:10:01 -05:00
parent 6065ff8caa
commit 32240777c3
No known key found for this signature in database
GPG key ID: E4954BC787B85C8A

View file

@ -149,8 +149,8 @@ jobs:
- name: Build and push immich-proxy release
uses: docker/build-push-action@v3.0.0
with:
context: ./web
file: ./web/Dockerfile
context: ./nginx
file: ./nginx/Dockerfile
platforms: linux/arm/v7,linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: |