Skip to content

Commit e9ade3b

Browse files
committed
refactor: switch to gitea actions
1 parent afda929 commit e9ade3b

2 files changed

Lines changed: 1 addition & 124 deletions

File tree

.drone.yml

Lines changed: 0 additions & 123 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
env:
13-
REGISTRY: ghcr.io
13+
REGISTRY: ${{ startsWith(github.server_url, 'https://github.com') && 'ghcr.io' || 'git.m.ac' }}
1414
IMAGE_BASENAME: ${{ github.repository }}
1515

1616
jobs:

0 commit comments

Comments
 (0)