mirror of
https://github.com/aunefyren/wrapperr
synced 2024-11-10 05:34:12 +00:00
Variable fix
This commit is contained in:
parent
4ccb843f79
commit
6ebc001ac5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image-beta.yml
vendored
2
.github/workflows/docker-image-beta.yml
vendored
|
@ -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_id}}/g' files/config.go # Replace release variable with the name of this release
|
||||
run: sed -i 's/{{RELEASE_TAG}}/beta-${{github.event.commits.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:
|
||||
|
|
Loading…
Reference in a new issue