mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 11:41:27 +00:00
ci: include sha in canary version (#1744)
This commit is contained in:
2
.github/workflows/publish-canary.yaml
vendored
2
.github/workflows/publish-canary.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user