ci: include sha in canary version (#1744)
This commit is contained in:
parent
55ca7bfdf5
commit
0cac005ab2
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
with:
|
||||
file: Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
build-args: VERSION=canary
|
||||
build-args: VERSION=canary-${{ github.sha }}
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.DOCKERHUB_USERNAME }}/actions-runner-controller:canary
|
||||
|
|
|
|||
Loading…
Reference in New Issue