Skip to content

Commit

Permalink
Update compile_upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderdewit authored Nov 22, 2024
1 parent 3f4b00f commit a8b1595
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/compile_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ jobs:
- uses: actions/checkout@v4

- name: Build the Docker image
run: docker build -t dewitauto/synoai-fork:latest SynoAI
#run: docker build -t dewitauto/synoai-fork:latest SynoAI
run: docker build --build-arg DOTNET_VERSION=9.0 -t dewitauto/synoai-fork:latest SynoAI


- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit a8b1595

Please sign in to comment.