Skip to content

Commit

Permalink
Update docker-image-beta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aunefyren committed Dec 21, 2023
1 parent bf35de6 commit 3a1046d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a1046d

Please sign in to comment.