diff --git a/.gitea/workflows/develop.yml b/.gitea/workflows/develop.yml index e9143ea..9ebf9f9 100644 --- a/.gitea/workflows/develop.yml +++ b/.gitea/workflows/develop.yml @@ -69,6 +69,7 @@ jobs: --build-arg PACKAGETEST_FEED_URL=http://192.168.2.83:3100/api/packages/sxhundred/nuget/index.json \ --build-arg READ_NUGET_USER=${{ secrets.READ_NUGET_USER }} \ --build-arg READ_NUGET_PAT=${{ secrets.READ_NUGET_PAT }} \ + -f SimplePackage/Dockerfile -t myimage:latest . - name: Push Docker Image