Skip to content

Commit

Permalink
squash caches
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-asriyan committed Oct 25, 2023
1 parent cc3d23b commit 0f4f86f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/build-linux-and-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,39 @@ jobs:
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2

- name: Build builder-gifski (for cashing)
uses: docker/build-push-action@v4
with:
context: .
tags: builder-gifski
platforms: ${{ inputs.arch }}
target: builder-gifski
load: true
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Build builder-lottie-to-png (for cashing)
uses: docker/build-push-action@v4
with:
context: .
tags: builder-lottie-to-png
platforms: ${{ inputs.arch }}
target: builder-lottie-to-png
load: true
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Build builder-lottie-to-some (for cashing)
uses: docker/build-push-action@v4
with:
context: .
tags: builder-lottie-to-some
platforms: ${{ inputs.arch }}
target: builder-lottie-to-some
load: true
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Build lottie-to-apng
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 0f4f86f

Please sign in to comment.