From 78b1806e6c956c729bfe32638feb27dce87ec63a Mon Sep 17 00:00:00 2001 From: matt1432 Date: Thu, 16 Mar 2023 17:14:12 -0400 Subject: [PATCH] refactor(.drone.yml): switch to ghcr.io --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4ee687d..9db863f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: - pipenv --python /usr/bin/python3.9 run python main.py - name: push - image: appleboy/drone-git-push + image: ghcr.io/appleboy/drone-git-push pull: if-not-exists settings: branch: main @@ -31,4 +31,4 @@ trigger: event: - cron cron: - - update \ No newline at end of file + - update