ci: include sha in canary version (#1744)

This commit is contained in:
Callum Tait 2022-08-24 02:21:46 +01:00 committed by GitHub
parent 55ca7bfdf5
commit 0cac005ab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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