Skip to content

Commit 5213c7c

Browse files
Publish images to ghcr only (#10)
Signed-off-by: Matthew DeVenny <[email protected]>
1 parent 0530e4b commit 5213c7c

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/docker.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ jobs:
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
@@ -84,5 +77,4 @@ jobs:
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 }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Garbage Collection can be scheduled and will turn the registry into read only mo
1010
while 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
1616
dockhand-lru-registry start --help

0 commit comments

Comments
 (0)