Update workflow branch from 'main' to 'master' in publish-container.yml and README.md
Some checks failed
Publish Container / publish (push) Failing after 3m28s

This commit is contained in:
MaddoScientisto 2026-03-14 17:32:21 +01:00
commit 162677dbf8
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: Publish Container
on:
push:
branches:
- main
- master
workflow_dispatch:
env:

View file

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