File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 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 :
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
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 : .
Original file line number Diff line number Diff 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
4848You'll need [ Docker Engine] ( https://docs.docker.com/engine/ ) with the Docker Compose plugin and [ Make] ( https://www.gnu.org/software/make/ ) .
You can’t perform that action at this time.
0 commit comments