Skip to content

Commit

Permalink
fix: Use separate caches for private ecr and public ecr
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Jan 10, 2025
1 parent e32a41a commit ab9dfb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_ecr_arch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}
cache-from: "type=gha,scope=build-linux-arm64"
cache-to: "type=gha,scope=build-linux-arm64"
cache-from: "type=gha,scope=build-linux-arm64-ecr"
cache-to: "type=gha,scope=build-linux-arm64-ecr"

notifypipeline:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ab9dfb7

Please sign in to comment.