Skip to content

Commit

Permalink
Update buildx cache settings
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspade committed May 28, 2023
1 parent 8d6bead commit 75d55d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Get sbt-dynver version
id: version
run: echo "::set-output name=version::$(sbt -Dsbt.supershell=false -error 'print frontend/version')"
run: echo "version=$(sbt -Dsbt.supershell=false -error 'print frontend/version')" >> $GITHUB_OUTPUT

- name: Compile frontend
run: sbt 'frontend / Compile / fullLinkJS'
Expand All @@ -55,7 +55,7 @@ jobs:
push: true
tags: ghcr.io/johnspade/nastenka-frontend:${{ steps.version.outputs.version }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max

- name: Move cache
run: |
Expand Down

0 comments on commit 75d55d0

Please sign in to comment.