From d74a55aa1eee77ba935a790eda7d25cc63c70174 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 28 Dec 2023 15:11:31 +0100 Subject: [PATCH] Show worker version on worker dashboard (#1285) --- .github/workflows/deploy-workers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-workers.yml b/.github/workflows/deploy-workers.yml index 444c17cb8..bf9d2811c 100644 --- a/.github/workflows/deploy-workers.yml +++ b/.github/workflows/deploy-workers.yml @@ -54,6 +54,6 @@ jobs: context: ./${{ matrix.module }} pull: true push: true - build-args: version=${{ steps.vars.outputs.sha_short }} + build-args: version=${{ github.ref_name }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}