Skip to content

Commit 93de62a

Browse files
committed
WIP:
1 parent db3eadc commit 93de62a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- master
66

77
env:
8-
IMAGE_NAME: "utils/mysql-backup"
8+
IMAGE_NAME: "registry.f365.org/utils/mysql-backup"
99

1010
jobs:
1111
report:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- 'v*'
66

77
env:
8-
IMAGE_NAME: utils/mysql-backup
8+
IMAGE_NAME: registry.f365.org/utils/mysql-backup
99

1010
jobs:
1111
report:

0 commit comments

Comments
 (0)