Fix wip.yml workflow for building controller canary tags (#323)

In #306 we seem to have accidentally updated a wrong workflow, which was for runner builds. This updates the one for the controller.

Resolves #302
This commit is contained in:
Yusuke Kuoka
2021-02-18 08:42:24 +09:00
committed by GitHub
parent 2fdf35ac9d
commit c88ff44518
3 changed files with 6 additions and 24 deletions

View File

@@ -57,6 +57,7 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ env.DOCKERHUB_USERNAME }}/actions-runner-controller:latest
${{ env.DOCKERHUB_USERNAME }}/actions-runner-controller:${{ env.VERSION }}
${{ env.DOCKERHUB_USERNAME }}/actions-runner-controller:${{ env.VERSION }}-${{ steps.vars.outputs.sha_short }}