change to main

This commit is contained in:
C4illin
2024-05-25 01:22:21 +02:00
parent 55e5b363f9
commit d5628dcfab
2 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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