Skip to content

Commit b7b6304

Browse files
committed
Fix linux image name
1 parent 6fac3e8 commit b7b6304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
rm -rf ./src/OrchardCore.Cms.Web/App_Data
8383
rm -rf ./src/OrchardCore.Cms.Web/App_Data_Tests
8484
dotnet publish -c Release -o ./.build/release --no-build --no-restore --framework net5.0
85-
docker build -f Dockerfile-CI -t orchardproject/orchardcore-cms-linux:latest -t orchardproject/orchardcore-cms-windows:${{ steps.get_version.outputs.VERSION }} .
85+
docker build -f Dockerfile-CI -t orchardproject/orchardcore-cms-linux:latest -t orchardproject/orchardcore-cms-linux:${{ steps.get_version.outputs.VERSION }} .
8686
docker push orchardproject/orchardcore-cms-linux:latest
8787
docker push "orchardproject/orchardcore-cms-linux:${{ steps.get_version.outputs.VERSION }}"
8888
- name: Deploy preview docker image for windows

0 commit comments

Comments
 (0)