Update .gitea/workflows/gitea.yaml
Some checks failed
Tomcode landing build/deploy / build (push) Successful in 38s
Tomcode landing build/deploy / dockerize (push) Failing after 13s

This commit is contained in:
thomas 2024-09-22 14:07:36 +02:00
parent f65ee07619
commit d430934e66

View File

@ -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