Added environment setup to build workflow
Some checks failed
Build / Build and Push (push) Failing after 3h3m52s

This commit is contained in:
2024-07-25 14:41:11 -04:00
parent 426d9c32de
commit d2a96ccce9

View File

@@ -27,6 +27,9 @@ jobs:
username: ${{ gitea.repository_owner }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Setup environment
run: cp Dockerfile.linux Dockerfile
- name: Build and push
uses: docker/build-push-action@v6
with: