Skip to content

Commit

Permalink
Add cache to ecr private build as well
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Jan 9, 2025
1 parent 7af9bac commit 591fce3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker_ecr_arch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}
cache-from:
- "type=gha"
cache-to:
- "type=gha"

notifypipeline:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 591fce3

Please sign in to comment.