Skip to content

Commit c82b6ec

Browse files
committed
📦 (docker) Use temporary packages
1 parent 04ffd61 commit c82b6ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-ui.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch: {}
55
push:
66
paths:
7-
- aleph-ui/*
7+
- ui/*
88
- .github/workflows/aleph-ui.yml
99

1010
permissions:
@@ -21,7 +21,7 @@ jobs:
2121
id: meta
2222
uses: docker/metadata-action@v4
2323
with:
24-
images: ghcr.io/investigativedata/aleph-ui-base
24+
images: ghcr.io/investigativedata/aleph-ui-base-tmp
2525
tags: |
2626
type=ref,event=branch
2727
type=semver,pattern={{version}}
@@ -57,7 +57,7 @@ jobs:
5757
id: meta
5858
uses: docker/metadata-action@v4
5959
with:
60-
images: ghcr.io/investigativedata/aleph-ui
60+
images: ghcr.io/investigativedata/aleph-ui-tmp
6161
tags: |
6262
type=ref,event=branch
6363
type=semver,pattern={{version}}
@@ -75,7 +75,7 @@ jobs:
7575
- name: Build and push release
7676
uses: docker/build-push-action@v3
7777
with:
78-
context: ./aleph-ui
78+
context: ./ui
7979
build-args: |
8080
ALEPH_TAG=${{ version }}
8181
push: true

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: meta
2222
uses: docker/metadata-action@v4
2323
with:
24-
images: ghcr.io/investigativedata/aleph
24+
images: ghcr.io/investigativedata/aleph-tmp
2525
tags: |
2626
type=ref,event=branch
2727
type=semver,pattern={{version}}

0 commit comments

Comments
 (0)