Skip to content

Commit b07a219

Browse files
authored
Merge pull request #4 from sil-org/remove-dockerhub-push
Remove DockerHub push
2 parents 6157a4e + c2bc302 commit b07a219

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ jobs:
1111
- name: Checkout code
1212
uses: actions/checkout@v4
1313

14-
- name: Log in to Docker Hub
15-
uses: docker/login-action@v3
16-
with:
17-
username: ${{ secrets.DOCKERHUB_USERNAME }}
18-
password: ${{ secrets.DOCKERHUB_TOKEN }}
19-
2014
- name: Login to GitHub Container Registry
2115
uses: docker/login-action@v3
2216
with:
@@ -29,7 +23,6 @@ jobs:
2923
uses: docker/metadata-action@v5
3024
with:
3125
images: |
32-
${{ vars.DOCKER_ORG }}/${{ github.event.repository.name }}
3326
ghcr.io/${{ github.repository }}
3427
tags: |
3528
type=ref,event=branch

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ This process uses `rclone sync` to copy changes from a specified directory in an
3333

3434
`RCLONE_ARGUMENTS` - (optional) Extra rclone arguments. For example, adding `--combined -` to `RCLONE_ARGUMENTS` will "list all file paths with a symbol and then a space and then the path to tell you what happened to it".
3535

36-
## Docker Hub
37-
This image is built automatically on Docker Hub as [silintl/sync-s3-to-b2](https://hub.docker.com/r/silintl/sync-s3-to-b2/).
36+
## Docker
37+
This image is built automatically to GitHub Packages (GHCR).

0 commit comments

Comments
 (0)