diff --git a/.forgejo/workflows/publish-container.yml b/.forgejo/workflows/publish-container.yml index 955c82f..a135f1a 100644 --- a/.forgejo/workflows/publish-container.yml +++ b/.forgejo/workflows/publish-container.yml @@ -3,7 +3,7 @@ name: Publish Container on: push: branches: - - main + - master workflow_dispatch: env: diff --git a/README.md b/README.md index f6a9146..982b81f 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Set these Forgejo Actions secrets: ## Workflow behavior -The workflow in `.forgejo/workflows/publish-container.yml` runs on pushes to `main` (and manual dispatch), builds the container image, and pushes: +The workflow in `.forgejo/workflows/publish-container.yml` runs on pushes to `master` (and manual dispatch), builds the container image, and pushes: - `${FORGEJO_REGISTRY}/${IMAGE_NAMESPACE}/${IMAGE_NAME}:latest` - `${FORGEJO_REGISTRY}/${IMAGE_NAMESPACE}/${IMAGE_NAME}:sha-<12-char-commit>`