File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff 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
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 : |
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments