Skip to content

Commit

Permalink
ci: add unique image scopes to fix cache conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
b0ink committed Sep 22, 2024
1 parent b1153df commit c104a30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ jobs:
push: false
load: true
tags: doubtfire-texlive-development:local
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=gha,scope=texlive
cache-to: type=gha,mode=max,scope=texlive
- name: Build base doubtfire-api development image
uses: docker/build-push-action@v5
with:
context: .
push: false
load: true
tags: doubtfire-api-development:local
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=gha,scope=doubtfire-api
cache-to: type=gha,mode=max,scope=doubtfire-api
- name: Start TexLive service
uses: addnab/docker-run-action@v3
with:
Expand Down

0 comments on commit c104a30

Please sign in to comment.