From 3a1046df60bfb38ec06afa3553690a1d385e9dfa Mon Sep 17 00:00:00 2001 From: aunefyren Date: Thu, 21 Dec 2023 10:58:02 +0100 Subject: [PATCH] Update docker-image-beta.yml --- .github/workflows/docker-image-beta.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docker-image-beta.yml b/.github/workflows/docker-image-beta.yml index a8b3328..cec344c 100644 --- a/.github/workflows/docker-image-beta.yml +++ b/.github/workflows/docker-image-beta.yml @@ -42,6 +42,8 @@ jobs: password: ${{ secrets.GIT_HUB_TOKEN }} - name: Hash commit ID run: GIT_HASH=$(git rev-parse --short "$GITHUB_SHA") + - name: test + run: echo $GIT_HASH - name: Replace version variable run: sed -i 's/{{RELEASE_TAG}}/beta-$GIT_HASH/g' files/config.go # Replace release variable with the name of this release - name: Build and push