Update workflow branch from 'main' to 'master' in publish-container.yml and README.md
Some checks failed
Publish Container / publish (push) Failing after 3m28s
Some checks failed
Publish Container / publish (push) Failing after 3m28s
This commit is contained in:
parent
2d55f5e6f4
commit
162677dbf8
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ name: Publish Container
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ Set these Forgejo Actions secrets:
|
||||||
|
|
||||||
## Workflow behavior
|
## 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}:latest`
|
||||||
- `${FORGEJO_REGISTRY}/${IMAGE_NAMESPACE}/${IMAGE_NAME}:sha-<12-char-commit>`
|
- `${FORGEJO_REGISTRY}/${IMAGE_NAMESPACE}/${IMAGE_NAME}:sha-<12-char-commit>`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue