aboutsummaryrefslogtreecommitdiff
path: root/.gitea/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.gitea/workflows')
-rw-r--r--.gitea/workflows/deploy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml
index 296eaa5..445f807 100644
--- a/.gitea/workflows/deploy.yaml
+++ b/.gitea/workflows/deploy.yaml
@@ -3,7 +3,7 @@ on: [push]
jobs:
Build:
- container: ringfairy:latest
+ container: git.soaos.dev/soaos/ringfairy:latest
steps:
- name: Check out repository code
uses: actions/checkout@v4