From a8fd78c52fc6ce1301bf6ddb165152e66ec406aa Mon Sep 17 00:00:00 2001 From: aunefyren Date: Thu, 21 Dec 2023 10:50:42 +0100 Subject: [PATCH] Update docker-image-beta.yml --- .github/workflows/docker-image-beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image-beta.yml b/.github/workflows/docker-image-beta.yml index f3c487f..4c2465b 100644 --- a/.github/workflows/docker-image-beta.yml +++ b/.github/workflows/docker-image-beta.yml @@ -41,7 +41,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GIT_HUB_TOKEN }} - name: Replace version variable - run: sed -i 's/{{RELEASE_TAG}}/beta-${{github.event.push.head_commit.id}}/g' files/config.go # Replace release variable with the name of this release + run: sed -i 's/{{RELEASE_TAG}}/beta-${{github.event.head_commit.id}}/g' files/config.go # Replace release variable with the name of this release - name: Build and push uses: docker/build-push-action@v3 with: