Update docker-image-beta.yml

This commit is contained in:
aunefyren 2023-12-21 10:58:02 +01:00
parent bf35de6d12
commit 3a1046df60

View file

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