Install docker first
Some checks failed
Build and copy to prod / build-and-copy (push) Has been cancelled

This commit is contained in:
Lewis Dale 2024-10-18 19:29:20 +01:00
parent e4a276b51e
commit 5884d1537c

View File

@ -37,6 +37,8 @@ jobs:
NODE_ENV: production
OMNIVORE_API_KEY: ${{ secrets.OMNIVORE_API_KEY }}
UMAMI_API_KEY: ${{ secrets.UMAMI_API_KEY }}
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to gitea container registry