ci: publish controller canary to github packages (#1524)

* ci: publish controller canary to github packages

* ci: include image name
This commit is contained in:
Callum Tait 2022-06-14 01:10:13 +01:00 committed by GitHub
parent 0ef9a22cd4
commit 2733c36d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -53,5 +53,6 @@ jobs:
push: true push: true
tags: | tags: |
${{ env.DOCKERHUB_USERNAME }}/actions-runner-controller:canary ${{ env.DOCKERHUB_USERNAME }}/actions-runner-controller:canary
ghcr.io/actions-runner-controller/actions-runner-controller:canary
cache-from: type=gha,scope=arc-canary cache-from: type=gha,scope=arc-canary
cache-to: type=gha,mode=max,scope=arc-canary cache-to: type=gha,mode=max,scope=arc-canary