diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 587cf36..727e0de 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -22,4 +22,4 @@ jobs: - name: Publish working-directory: backend/ResQueue - run: dotnet publish --os linux --arch amd64 /t:PublishContainer + run: dotnet publish --os linux --arch amd64 /t:PublishContainer -p ContainerRepository "ghcr.io/filipbekic01/resqueue/resqueue"