Skip to content

Commit

Permalink
Issue #3673: Remove unnecessary "`" from github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven committed Oct 29, 2024
1 parent abe85ec commit 3f20337
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/docker_image_builder/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit 3f20337

Please sign in to comment.