Fix deploy workflow: use ubuntu-latest with Docker CLI install

This commit is contained in:
Vectry
2026-02-10 23:22:06 +00:00
parent b3e5119568
commit 865a1b0081

View File

@@ -11,13 +11,17 @@ env:
jobs:
deploy:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Docker CLI
run: |
curl -fsSL https://get.docker.com | sh
- name: Write environment file
run: |
cat > .env << EOF