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