Skip to content

Commit

Permalink
fix quote sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Dec 11, 2024
1 parent 4fc1570 commit 53c0e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
${{ steps.metadata.outputs.fullname }}
${{ steps.metadata.outputs.fullname_latest }}
cache-from: "type=registry,ref=${{ steps.metadata.outputs.fullname_latest }}-buildcache"
cache-to: "type=registry,ref=${{ steps.metadata.outputs.fullname_latest }}-buildcache",mode=max"
cache-to: "type=registry,ref=${{ steps.metadata.outputs.fullname_latest }}-buildcache,mode=max"

build-pipelinerunner:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 53c0e5e

Please sign in to comment.