From 162677dbf8fa98b164f3688654bf545e54e828e5 Mon Sep 17 00:00:00 2001 From: MaddoScientisto Date: Sat, 14 Mar 2026 17:32:21 +0100 Subject: [PATCH] Update workflow branch from 'main' to 'master' in publish-container.yml and README.md --- .forgejo/workflows/publish-container.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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>`