From cbe9f2eb74b88b4d9e16064442764a29c33d7e97 Mon Sep 17 00:00:00 2001 From: Daniele Ricci Date: Sun, 27 Aug 2023 15:34:14 +0200 Subject: [PATCH] Cronjob image (once a day, fixed for now) --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index d140089..c22cac4 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -121,7 +121,7 @@ jobs: context: cronjob # FIXME this should reflect the tag/branch/whatever we are building build-args: | - COMMAND_VERSION=$GITHUB_SHA + COMMAND_VERSION=${{ github.sha }} push: true tags: ${{ steps.metadata.outputs.tags }} labels: ${{ steps.metadata.outputs.labels }}