1

Update action.yml

This commit is contained in:
Woltvint Němeček 2023-12-20 02:35:09 +00:00
parent a6f77b358e
commit 3bce5f4bbd

View File

@ -5,4 +5,5 @@ runs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: docker build --build-arg="NUGET_URL=$PACKAGE_REPO_URL_NUGET" --build-arg="NUGET_USER=$PACKAGE_REPO_USER" --build-arg="NUGET_PASS=$PACKAGE_REPO_PASS" https://gitea.woltvint.net/Actions/build-and-publish-nuget/raw/branch/master/Dockerfile
- run: wget https://gitea.woltvint.net/Actions/build-and-publish-nuget/raw/branch/master/Dockerfile
- run: docker build --build-arg="NUGET_URL=$PACKAGE_REPO_URL_NUGET" --build-arg="NUGET_USER=$PACKAGE_REPO_USER" --build-arg="NUGET_PASS=$PACKAGE_REPO_PASS" .