Skip to content

Commit 1527df4

Browse files
authored
Merge pull request #48 from sil-org/remove-dockerhub-push
Remove DockerHub push
2 parents f156427 + 6a485f5 commit 1527df4

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v4
1515

16-
- name: Log in to Docker Hub
17-
uses: docker/login-action@v3
18-
with:
19-
username: ${{ secrets.DOCKERHUB_USERNAME }}
20-
password: ${{ secrets.DOCKERHUB_TOKEN }}
21-
2216
- name: Log in to GitHub Container Registry
2317
uses: docker/login-action@v3
2418
with:
@@ -31,7 +25,6 @@ jobs:
3125
uses: docker/metadata-action@v5
3226
with:
3327
images: |
34-
${{ vars.DOCKER_ORG }}/${{ github.event.repository.name }}
3528
ghcr.io/${{ github.repository }}
3629
tags: |
3730
type=ref,event=branch # Tag with branch name
@@ -43,7 +36,7 @@ jobs:
4336
# org.opencontainers.image.revision=${{ github.sha }}
4437
# org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
4538

46-
- name: Build and push Docker image to DockerHub and GHCR
39+
- name: Build and push Docker image to GHCR
4740
uses: docker/build-push-action@v5
4841
with:
4942
context: .

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Service to backup and/or restore mysql databases to/from S3 and optionally to B2
4141

4242
`B2_HOST` (optional; required if `B2_BUCKET` is defined) Backblaze B2 bucket's `Endpoint`
4343

44-
## Docker Hub
45-
This image is built automatically on Docker Hub as [silintl/mysql-backup-restore](https://hub.docker.com/r/silintl/mysql-backup-restore/).
44+
## Docker
45+
This image is built automatically to GitHub Packages (GHCR)
4646

4747
## Playing with it locally
4848
You'll need [Docker Engine](https://docs.docker.com/engine/) with the Docker Compose plugin and [Make](https://www.gnu.org/software/make/).

0 commit comments

Comments
 (0)