Skip to content

Commit d7e3c4c

Browse files
Update docker_push.yml
1 parent 8688925 commit d7e3c4c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docker_push.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ jobs:
2020
with:
2121
dotnet-version: '9.x'
2222

23-
- name: Build with dotnet
24-
run: dotnet build jjodel-persistence/jjodel-persistence.sln --configuration Release
25-
2623
- name: Create appsettings.json
2724
run: echo '${{ secrets.APP_SETTINGS_CONTENT }}' > jjodel-persistence/jjodel-persistence/appsettings.json
2825

26+
- name: Build with dotnet
27+
run: dotnet build jjodel-persistence/jjodel-persistence.sln --configuration Release
2928

3029
- name: dotnet publish
3130
run: dotnet publish jjodel-persistence/jjodel-persistence.sln -c Release -o ./publish

0 commit comments

Comments
 (0)