Skip to content

Commit

Permalink
Enable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
ElioDiNino committed Feb 21, 2023
1 parent baa0f05 commit eff713e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ubcuas/uasitl:latest
cache-from: type=gha
cache-to: type=gha,mode=max


arm:
Expand Down Expand Up @@ -67,3 +69,5 @@ jobs:
platforms: linux/arm/v7,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ubcuas/uasitl:arm
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit eff713e

Please sign in to comment.