From d917178089e0d52452e7d482000bd6c1ec137e1b Mon Sep 17 00:00:00 2001 From: Patryk Ciechanski Date: Thu, 12 Jun 2025 11:33:00 +0200 Subject: [PATCH] correcting --- .github/workflows/build_and_publish_docker.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_and_publish_docker.yml b/.github/workflows/build_and_publish_docker.yml index 43b46c0..56854fe 100644 --- a/.github/workflows/build_and_publish_docker.yml +++ b/.github/workflows/build_and_publish_docker.yml @@ -156,17 +156,17 @@ jobs: if [[ "$UPDATE_TYPE" == "release" ]]; then git commit -m "docs: Update Docker image references to ${{ github.ref_name }} -Automated update after Docker image publish for release ${{ github.ref_name }}. -All documentation now references the latest stable image. + Automated update after Docker image publish for release ${{ github.ref_name }}. + All documentation now references the latest stable image. -🤖 Automated by GitHub Actions" - else - git commit -m "docs: Update Docker image references for PR #${{ github.event.client_payload.pr_number }} + 🤖 Automated by GitHub Actions" + else + git commit -m "docs: Update Docker image references for PR #${{ github.event.client_payload.pr_number }} -Automated update after Docker image publish for development build. -Documentation updated to reference the latest development image. + Automated update after Docker image publish for development build. + Documentation updated to reference the latest development image. -🤖 Automated by GitHub Actions" + 🤖 Automated by GitHub Actions" fi # Push changes back to the repository