Skip to content

Commit 3224077

Browse files
committed
fixed release build directory for Github action
1 parent 6065ff8 commit 3224077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_push_server_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ jobs:
149149
- name: Build and push immich-proxy release
150150
uses: docker/[email protected]
151151
with:
152-
context: ./web
153-
file: ./web/Dockerfile
152+
context: ./nginx
153+
file: ./nginx/Dockerfile
154154
platforms: linux/arm/v7,linux/amd64,linux/arm64
155155
push: ${{ github.event_name != 'pull_request' }}
156156
tags: |

0 commit comments

Comments
 (0)