瀏覽代碼

change to main

C4illin 1 年之前
父節點
當前提交
d5628dcfab
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      .github/workflows/docker-publish.yml
  2. 1 1
      README.md

+ 2 - 2
.github/workflows/docker-publish.yml

@@ -7,11 +7,11 @@ name: Docker
 
 on:
   push:
-    branches: [ "master" ]
+    branches: [ "main" ]
     # Publish semver tags as releases.
     tags: [ 'v*.*.*' ]
   pull_request:
-    branches: [ "master" ]
+    branches: [ "main" ]
   workflow_dispatch:
 
 env:

+ 1 - 1
README.md

@@ -25,7 +25,7 @@ A self-hosted online file converter. Supports 808 different formats.
 # docker-compose.yml
 services:
   convertx: 
-    image: ghcr.io/c4illin/convertx:master
+    image: ghcr.io/c4illin/convertx:main
     ports:
       - "3000:3000"
     environment: # Defaults are listed below