Skip to content

Commit

Permalink
ci: put canary in a scope
Browse files Browse the repository at this point in the history
  • Loading branch information
toast-gear authored and mumoshu committed Jun 7, 2022
1 parent 46298af commit 040e37a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
push: true
tags: |
${{ env.DOCKERHUB_USERNAME }}/actions-runner-controller:canary
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=gha,scope=arc-canary
cache-to: type=gha,mode=max,scope=arc-canary

0 comments on commit 040e37a

Please sign in to comment.