We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22acca7 commit d6a40a2Copy full SHA for d6a40a2
.github/workflows/build-ui.yml
@@ -5,7 +5,7 @@ on:
5
push:
6
paths:
7
- ui/*
8
- - .github/workflows/aleph-ui.yml
+ - .github/workflows/build-ui.yml
9
10
permissions:
11
packages: write
@@ -39,7 +39,7 @@ jobs:
39
- name: Build and push release
40
uses: docker/build-push-action@v3
41
with:
42
- context: .
+ context: ./ui
43
push: true
44
tags: ${{ steps.meta.outputs.tags }}
45
labels: ${{ steps.meta.outputs.labels }}
@@ -77,7 +77,7 @@ jobs:
77
78
context: ./ui
79
build-args: |
80
- ALEPH_TAG=${{ version }}
+ ALEPH_TAG={{ version }}
81
82
83
0 commit comments