Skip to content

Commit d6a40a2

Browse files
committed
💚 (github) Attempt to fix ui build
1 parent 22acca7 commit d6a40a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-ui.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
paths:
77
- ui/*
8-
- .github/workflows/aleph-ui.yml
8+
- .github/workflows/build-ui.yml
99

1010
permissions:
1111
packages: write
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build and push release
4040
uses: docker/build-push-action@v3
4141
with:
42-
context: .
42+
context: ./ui
4343
push: true
4444
tags: ${{ steps.meta.outputs.tags }}
4545
labels: ${{ steps.meta.outputs.labels }}
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
context: ./ui
7979
build-args: |
80-
ALEPH_TAG=${{ version }}
80+
ALEPH_TAG={{ version }}
8181
push: true
8282
tags: ${{ steps.meta.outputs.tags }}
8383
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)