File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,12 @@ jobs:
21
21
id : meta
22
22
uses : docker/metadata-action@v5
23
23
with :
24
- images : ghcr.io/dataresearchcenter /ingest-file
24
+ images : ghcr.io/openaleph /ingest-file
25
25
tags : |
26
26
type=ref,event=branch
27
27
type=semver,pattern={{version}}
28
28
type=sha
29
+ type=raw,value=latest
29
30
30
31
- name : Set up Docker Buildx
31
32
uses : docker/setup-buildx-action@v3
51
52
context : .
52
53
platforms : linux/amd64
53
54
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
56
57
57
58
- name : Start services
58
59
run : |
79
80
push : true
80
81
tags : ${{ steps.meta.outputs.tags }}
81
82
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
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
13
13
ingest-file :
14
14
build :
15
15
context : .
16
- # image: ghcr.io/dataresearchcenter /ingest-file
16
+ # image: ghcr.io/openaleph /ingest-file
17
17
hostname : ingest
18
18
tmpfs :
19
19
- /tmp:mode=777
You can’t perform that action at this time.
0 commit comments