Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapellman authored Jun 25, 2024
1 parent 5dcdaa4 commit edcdb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: dotnet restore

- name: Build
run: dotnet publish /home/runner/work/mldas/mldas/MLDAS.Web/MLDAS.Web.csproj -r linux-x64 /t:PublishContainer -c Release
run: dotnet publish /home/runner/work/mldas/mldas/MLDAS.Web/MLDAS.Web.csproj -r linux-x64 /t:PublishContainer -c Release -p ContainerImageTags='us-central1-docker.pkg.dev/${{secrets.GCP_PROJECT_ID}}/mldas/mldas'

- uses: RafikFarhad/push-to-gcr-github-action@v5-rc1
with:
Expand Down

0 comments on commit edcdb78

Please sign in to comment.