Update docker-image-beta.yml

This commit is contained in:
aunefyren 2023-12-21 10:47:35 +01:00
parent 6ebc001ac5
commit 0e6e476a2b

View file

@ -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.commits.id}}/g' files/config.go # Replace release variable with the name of this release
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
- name: Build and push
uses: docker/build-push-action@v3
with: