Skip to content

Commit

Permalink
fix quote sign
Browse files Browse the repository at this point in the history
Richard87 committed Dec 11, 2024
1 parent 414f724 commit d1c7f08
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
@@ -101,7 +101,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"

deploy:
runs-on: ubuntu-20.04

0 comments on commit d1c7f08

Please sign in to comment.