Skip to content

Commit

Permalink
Disable cache temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Dec 24, 2022
1 parent 3a7f031 commit d01300c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
id: docker_build
uses: docker/build-push-action@v3
with:
cache-from: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
# Disable cache temporarily
# cache-from: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
platforms: linux/amd64,linux/arm64
push: ${{ github.repository_owner == 'femiwiki' && github.ref == 'refs/heads/main' }}
tags: |
Expand Down

0 comments on commit d01300c

Please sign in to comment.