File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 5959 with :
6060 buildkitd-flags : --debug
6161
62- - name : Login to Docker HUB
63- if : ${{ env.PUBLISH == 'yes' }}
64- uses : docker/login-action@v2
65- with :
66- username : ${{ secrets.DOCKERHUB_USERNAME }}
67- password : ${{ secrets.DOCKERHUB_PASSWORD }}
68-
6962 - name : Login to GitHub Container Registry
7063 if : ${{ env.PUBLISH == 'yes' }}
7164 uses : docker/login-action@v2
8477 build-args : |
8578 VERSION=${{ env.CI_VERSION }}
8679 tags : |
87- boxboat/dockhand-lru-registry:${{ env.CI_VERSION }}
8880 ghcr.io/boxboat/dockhand-lru-registry:${{ env.CI_VERSION }}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Garbage Collection can be scheduled and will turn the registry into read only mo
1010while garbage collection is occurring.
1111
1212## Usage
13- See [ dockhand- charts] ( https://github.com/boxboat /dockhand-charts ) for Kubernetes installation.
13+ See [ charts] ( ./charts /dockhand-lru-registry ) for Kubernetes installation.
1414
1515``` shell
1616dockhand-lru-registry start --help
You can’t perform that action at this time.
0 commit comments