Change branch to main
This commit is contained in:
parent
98d64a6f7d
commit
82f8894897
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docker-image-rootless.yml
vendored
2
.github/workflows/docker-image-rootless.yml
vendored
|
@ -3,7 +3,7 @@ name: Publish Docker rootless image
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
|
|
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -3,7 +3,7 @@ name: Publish Docker image
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue