Skip to content
Snippets Groups Projects

improv(Start scripts): Various improvements and fixes to the start scripts

Merged Griefed requested to merge develop into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -51,7 +51,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
file: ./Dockerfile
Loading