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: on:
push: push:
branches: [ "master" ] branches: [ "main" ]
# Publish semver tags as releases. # Publish semver tags as releases.
tags: [ 'v*.*.*' ] tags: [ 'v*.*.*' ]
pull_request: pull_request:
branches: [ "master" ] branches: [ "main" ]
workflow_dispatch: workflow_dispatch:
env: env:

View file

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