File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
workflow_dispatch : {}
5
5
push :
6
6
paths :
7
- - aleph- ui/*
7
+ - ui/*
8
8
- .github/workflows/aleph-ui.yml
9
9
10
10
permissions :
21
21
id : meta
22
22
uses : docker/metadata-action@v4
23
23
with :
24
- images : ghcr.io/investigativedata/aleph-ui-base
24
+ images : ghcr.io/investigativedata/aleph-ui-base-tmp
25
25
tags : |
26
26
type=ref,event=branch
27
27
type=semver,pattern={{version}}
57
57
id : meta
58
58
uses : docker/metadata-action@v4
59
59
with :
60
- images : ghcr.io/investigativedata/aleph-ui
60
+ images : ghcr.io/investigativedata/aleph-ui-tmp
61
61
tags : |
62
62
type=ref,event=branch
63
63
type=semver,pattern={{version}}
75
75
- name : Build and push release
76
76
uses : docker/build-push-action@v3
77
77
with :
78
- context : ./aleph- ui
78
+ context : ./ui
79
79
build-args : |
80
80
ALEPH_TAG=${{ version }}
81
81
push : true
Original file line number Diff line number Diff line change 21
21
id : meta
22
22
uses : docker/metadata-action@v4
23
23
with :
24
- images : ghcr.io/investigativedata/aleph
24
+ images : ghcr.io/investigativedata/aleph-tmp
25
25
tags : |
26
26
type=ref,event=branch
27
27
type=semver,pattern={{version}}
You can’t perform that action at this time.
0 commit comments