mirror of
https://github.com/aunefyren/wrapperr
synced 2024-11-10 13:44:12 +00:00
Update docker-image-beta.yml
This commit is contained in:
parent
5b5ef831ce
commit
a9ceffccef
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: Hash commit ID
|
||||
run: echo "GIT_HASH=$(git rev-parse --short '$GITHUB_SHA')" >> $GITHUB_ENV
|
||||
run: echo "GITHUB_SHA_SHORT=$(echo $GITHUB_SHA | cut -c 1-6)" >> $GITHUB_ENV
|
||||
- name: test
|
||||
run: echo $GITHUB_ENV
|
||||
- name: Replace version variable
|
||||
|
|
Loading…
Reference in a new issue