diff --git a/.gitea/workflows/production-deploy.yml b/.gitea/workflows/production-deploy.yml index 1631ae04..6ab26fc6 100644 --- a/.gitea/workflows/production-deploy.yml +++ b/.gitea/workflows/production-deploy.yml @@ -97,7 +97,7 @@ jobs: needs: test # Note: if condition might not work correctly in Gitea - always() might need different syntax # if: always() && (needs.test.result == 'success' || needs.test.result == 'skipped') - runs-on: ubuntu-latest + runs-on: docker-build # Uses docker:dind image with Docker pre-installed outputs: image_tag: ${{ steps.meta.outputs.tag }} commit_sha: ${{ steps.meta.outputs.commit_sha }}