Skip to content

Commit

Permalink
fix: disable docker cache
Browse files Browse the repository at this point in the history
Currently throws some errors and is probably not necessary anyway.
  • Loading branch information
boredland authored Jul 23, 2024
1 parent d0f3d93 commit 299b4aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/image_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
file: build.Dockerfile
push: true
tags: manjarolinux/build:${{ env.DATE }},manjarolinux/build:latest
cache-from: type=gha, scope=${{ github.workflow }}
cache-to: type=gha, scope=${{ github.workflow }}
- name: qemu-setup
run: |
sudo apt-get update
Expand Down

0 comments on commit 299b4aa

Please sign in to comment.