Update .forgejo/workflows/build-and-dockerise.yml
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 51s

This commit is contained in:
Cameron Redmore 2025-04-18 16:38:04 +01:00
parent 19da15822c
commit 96f6cffe13

View file

@ -35,9 +35,11 @@ jobs:
- name: Install Yarn dependencies
run: yarn install --frozen-lockfile # Use --frozen-lockfile for reproducible installs
shell: sh
- name: Build project
run: yarn build
shell: sh
- name: Set up Docker Buildx
id: buildx