Update .gitea/workflows/gitea.yaml
This commit is contained in:
parent
f65ee07619
commit
d430934e66
@ -37,8 +37,6 @@ jobs:
|
||||
with:
|
||||
name: build
|
||||
path: ./build
|
||||
- name: Test
|
||||
run: pwd && ls -la
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
- name: Set up Docker BuildX
|
||||
@ -55,6 +53,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- name: Get Meta
|
||||
run: |
|
||||
pwd && ls -la
|
||||
echo REPO_NAME=$(echo ${GITHUB_REPOSITORY} | awk -F"/" '{print $2}') >> $GITHUB_OUTPUT
|
||||
echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT
|
||||
- name: Build and push
|
||||
|
Loading…
x
Reference in New Issue
Block a user