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 d06848f commit be1dc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ jobs:
uses: docker/build-push-action@v3
with:
file: ${{inputs.app}}/Dockerfile
push: true
push: false
context: .
tags: ${{ steps.hashFile.outputs.tag }}
# cache-from: type=registry,ref=${{ steps.hashFile.outputs.tag }}

0 comments on commit be1dc18

Please sign in to comment.