Skip to content

Commit

Permalink
📦 (docker) Use temporary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Nov 12, 2024
1 parent 04ffd61 commit c82b6ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch: {}
push:
paths:
- aleph-ui/*
- ui/*
- .github/workflows/aleph-ui.yml

permissions:
Expand All @@ -21,7 +21,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/investigativedata/aleph-ui-base
images: ghcr.io/investigativedata/aleph-ui-base-tmp
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/investigativedata/aleph-ui
images: ghcr.io/investigativedata/aleph-ui-tmp
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Build and push release
uses: docker/build-push-action@v3
with:
context: ./aleph-ui
context: ./ui
build-args: |
ALEPH_TAG=${{ version }}
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/investigativedata/aleph
images: ghcr.io/investigativedata/aleph-tmp
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down

0 comments on commit c82b6ec

Please sign in to comment.