Skip to content

Commit

Permalink
Fix linux docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros committed Nov 2, 2021
1 parent e8d7788 commit a20fbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
rm -rf ./src/OrchardCore.Cms.Web/App_Data
rm -rf ./src/OrchardCore.Cms.Web/App_Data_Tests
dotnet publish -c Release -o ./.build/release --no-build --no-restore --framework net5.0
docker build -f Dockerfile-CI -t orchardproject/orchardcore-cms-linux:latest -t orchardproject/orchardcore-cms-windows:${{ steps.get_version.outputs.VERSION }} .
docker build -f Dockerfile-CI -t orchardproject/orchardcore-cms-linux:latest -t orchardproject/orchardcore-cms-linux:${{ steps.get_version.outputs.VERSION }} .
docker push orchardproject/orchardcore-cms-linux:latest
docker push "orchardproject/orchardcore-cms-linux:${{ steps.get_version.outputs.VERSION }}"
- name: Deploy preview docker image for windows
Expand Down

0 comments on commit a20fbb9

Please sign in to comment.