Skip to content

Commit a2342f7

Browse files
authored
Update Openaleph URL in GHA and docker-compose (#7)
1 parent 1a38910 commit a2342f7

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ jobs:
2121
id: meta
2222
uses: docker/metadata-action@v5
2323
with:
24-
images: ghcr.io/dataresearchcenter/ingest-file
24+
images: ghcr.io/openaleph/ingest-file
2525
tags: |
2626
type=ref,event=branch
2727
type=semver,pattern={{version}}
2828
type=sha
29+
type=raw,value=latest
2930
3031
- name: Set up Docker Buildx
3132
uses: docker/setup-buildx-action@v3
@@ -51,8 +52,8 @@ jobs:
5152
context: .
5253
platforms: linux/amd64
5354
load: true
54-
cache-from: type=registry,ref=ghcr.io/dataresearchcenter/ingest-file:cache
55-
cache-to: type=registry,ref=ghcr.io/dataresearchcenter/ingest-file:cache,mode=max
55+
cache-from: type=registry,ref=ghcr.io/openaleph/ingest-file:cache
56+
cache-to: type=registry,ref=ghcr.io/openaleph/ingest-file:cache,mode=max
5657

5758
- name: Start services
5859
run: |
@@ -79,5 +80,5 @@ jobs:
7980
push: true
8081
tags: ${{ steps.meta.outputs.tags }}
8182
labels: ${{ steps.meta.outputs.labels }}
82-
cache-from: type=registry,ref=ghcr.io/dataresearchcenter/ingest-file:cache
83-
cache-to: type=registry,ref=ghcr.io/dataresearchcenter/ingest-file:cache,mode=max
83+
cache-from: type=registry,ref=ghcr.io/openaleph/ingest-file:cache
84+
cache-to: type=registry,ref=ghcr.io/openaleph/ingest-file:cache,mode=max

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
ingest-file:
1414
build:
1515
context: .
16-
# image: ghcr.io/dataresearchcenter/ingest-file
16+
# image: ghcr.io/openaleph/ingest-file
1717
hostname: ingest
1818
tmpfs:
1919
- /tmp:mode=777

0 commit comments

Comments
 (0)