oops
This commit is contained in:
parent
746a8b702c
commit
6b77845daa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release_stable.yml
vendored
4
.github/workflows/release_stable.yml
vendored
|
@ -65,10 +65,10 @@ jobs:
|
|||
do_branch:
|
||||
needs: check_image
|
||||
if: ((needs.check_image.outputs.has_branch == 'false') || (github.event.inputs.force_rebuild == 'true'))
|
||||
name: Build and push latest and versionned images
|
||||
name: Create repository branch
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
contents: write
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue