Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 1ec2430

Browse files
committed
adds the github repository to the pipeline
1 parent d818f58 commit 1ec2430

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
variables:
33
DOCKERHUB_REPO_NAME: mariadb-backup
4+
GITHUB_REPO_NAME: ix-ai/mariadb-backup
45
ENABLE_ARM64: 'true'
56
ENABLE_ARMv7: 'true'
67
ENABLE_386: 'true'

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ docker run --name my-restore -e DB_HOST=mariadb -e DB_PASS=amazing_pass -v /var/
5555

5656
## Script example
5757

58-
The following example uses the image []() for MariaDB.
5958
To back up multiple databases, all running in docker, all labeled with `mariadb-backup`:
6059

6160
```bash

0 commit comments

Comments
 (0)