Skip to content

Commit

Permalink
docker: Temporarily drop caching
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Feb 18, 2024
1 parent 5ca6311 commit bd28cf8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,9 @@ jobs:
with:
driver-opts: network=host

- name: Cache Docker layers for the base image
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Build & push the base image to local registry
uses: docker/build-push-action@v5
with:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm64
Expand Down Expand Up @@ -108,5 +98,3 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/flathub-infra/flatpak-github-actions:${{ matrix.runtime.name }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit bd28cf8

Please sign in to comment.