Update main.yaml
This commit is contained in:
parent
1e35473998
commit
34f6bea461
|
@ -41,7 +41,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Find latest beta tag
|
- name: Find latest beta tag
|
||||||
run: |
|
run: |
|
||||||
echo "LATEST_TAG=$(git describe --tags $(git rev-list --tags="*-beta*" --max-count=1)) >> $GITHUB_ENV
|
echo "LATEST_TAG=$(git describe --tags $(git rev-list --tags="*-beta*" --max-count=1))" >> $GITHUB_ENV
|
||||||
echo "latest tag is $LATEST_TAG"
|
echo "latest tag is $LATEST_TAG"
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3.0.0
|
uses: docker/setup-qemu-action@v3.0.0
|
||||||
|
|
Loading…
Reference in New Issue