Skip to content

Commit

Permalink
remove cache pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbutongit committed Nov 30, 2024
1 parent cf51fd1 commit d06848f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
push: true
context: .
tags: ${{ steps.hashFile.outputs.tag }}
cache-from: type=registry,ref=${{ steps.hashFile.outputs.tag }}
cache-to: type=registry,ref=${{ steps.hashFile.outputs.tag }},mode=max
# cache-from: type=registry,ref=${{ steps.hashFile.outputs.tag }}
# cache-to: type=registry,ref=${{ steps.hashFile.outputs.tag }},mode=max

- name: Build ${{inputs.app}} and push
if: ${{inputs.semver && inputs.publish == true }}
Expand Down

0 comments on commit d06848f

Please sign in to comment.