Skip to content

Commit

Permalink
👷 (docker) Revert image names
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Nov 15, 2024
1 parent 59abd0f commit 6af4323
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ui.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-ui-base-tmp
images: ghcr.io/investigativedata/aleph-ui-base
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-tmp
images: ghcr.io/investigativedata/aleph-ui
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
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-tmp
images: ghcr.io/investigativedata/aleph
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down

0 comments on commit 6af4323

Please sign in to comment.