Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Azure/aihub
Browse files Browse the repository at this point in the history
  • Loading branch information
heblasco committed Mar 6, 2024
2 parents 0a78ba9 + ce4f7d6 commit ce61a4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.REGISTRY }}/${{ env.GITHUB_REPOSITORY_LOWER_CASE }}/aihub:${{ env.MINVERVERSIONOVERRIDE }}
labels: ${{ steps.meta.outputs.labels }}
build-args: MINVERVERSIONOVERRIDE=${{ env.MINVERVERSIONOVERRIDE }}

- name: Extract metadata (tags, labels) for prep-docs Docker
id: meta-docs
Expand Down
5 changes: 2 additions & 3 deletions src/AIHub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /src

ARG MINVERVERSIONOVERRIDE
ENV MINVERVERSIONOVERRIDE=${MINVERVERSIONOVERRIDE}
COPY ./AIHub.csproj ./AIHub.csproj
RUN dotnet restore ./AIHub.csproj

# Copy everything else and build website
COPY ./ ./app/
WORKDIR /src/app/
RUN dotnet publish -c release
Expand Down
2 changes: 1 addition & 1 deletion src/AIHub/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
<a class="side-nav-link" target="_blank"
href="https://news.microsoft.com/es-es/2024/02/20/microsoft-crea-un-centro-de-innovacion-en-ia-responsable-para-ayudar-a-las-organizaciones-espanolas-en-el-despliegue-de-proyectos-de-inteligencia-artificial/">
<i class="uil-link"></i>
<span> Know about about RAIIC </span>
<span> Know about RAIIC </span>
</a>
</li>

Expand Down

0 comments on commit ce61a4d

Please sign in to comment.