Skip to content

Commit

Permalink
Publish images to ghcr only (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew DeVenny <[email protected]>
  • Loading branch information
matthewdevenny authored Jan 21, 2025
1 parent 0530e4b commit 5213c7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ jobs:
with:
buildkitd-flags: --debug

- name: Login to Docker HUB
if: ${{ env.PUBLISH == 'yes' }}
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Login to GitHub Container Registry
if: ${{ env.PUBLISH == 'yes' }}
uses: docker/login-action@v2
Expand All @@ -84,5 +77,4 @@ jobs:
build-args: |
VERSION=${{ env.CI_VERSION }}
tags: |
boxboat/dockhand-lru-registry:${{ env.CI_VERSION }}
ghcr.io/boxboat/dockhand-lru-registry:${{ env.CI_VERSION }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Garbage Collection can be scheduled and will turn the registry into read only mo
while garbage collection is occurring.

## Usage
See [dockhand-charts](https://github.com/boxboat/dockhand-charts) for Kubernetes installation.
See [charts](./charts/dockhand-lru-registry) for Kubernetes installation.

```shell
dockhand-lru-registry start --help
Expand Down

0 comments on commit 5213c7c

Please sign in to comment.