This commit is contained in:
Jean-Christian Denis 2024-12-07 00:10:14 +01:00
parent 746a8b702c
commit 6b77845daa
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951

View file

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