From 3f2033707e55e1b4f90848fc8f41fab755eb8ecf Mon Sep 17 00:00:00 2001 From: Sven Date: Tue, 29 Oct 2024 15:10:34 +0100 Subject: [PATCH] Issue #3673: Remove unnecessary "`" from github actions. --- .github/actions/docker_image_builder/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/docker_image_builder/action.yml b/.github/actions/docker_image_builder/action.yml index 5456ddd6de..201e39ce65 100644 --- a/.github/actions/docker_image_builder/action.yml +++ b/.github/actions/docker_image_builder/action.yml @@ -55,7 +55,7 @@ runs: tags: ${{ env.otobo_ref }} target: ${{ matrix.target }} cache-from: type=gha - cache-to: type=gha,mode=max` + cache-to: type=gha,mode=max - # Show some files in the image just to check sanity. @@ -85,7 +85,7 @@ runs: tags: ${{ env.otobo_ref }} target: ${{ matrix.target }} cache-from: type=gha - cache-to: type=gha,mode=max` + cache-to: type=gha,mode=max - # finally finally update latest tag @@ -107,7 +107,7 @@ runs: tags: "${{ matrix.repository }}:latest-10_0" target: ${{ matrix.target }} cache-from: type=gha - cache-to: type=gha,mode=max` + cache-to: type=gha,mode=max - # finally finally update latest tag @@ -129,4 +129,4 @@ runs: tags: "${{ matrix.repository }}:latest" target: ${{ matrix.target }} cache-from: type=gha - cache-to: type=gha,mode=max` + cache-to: type=gha,mode=max