build: test
This commit is contained in:
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@@ -36,14 +36,17 @@ jobs:
|
||||
registry: ${{ secrets.WINSOMNIA_REGISTRY }}
|
||||
username: ${{ secrets.WINSOMNIA_REGISTRY_USER }}
|
||||
password: ${{ secrets.WINSOMNIA_REGISTRY_TOKEN }}
|
||||
|
||||
- name: Debug NuGet secrets
|
||||
run: |
|
||||
echo "SOURCE='${{ secrets.WINSOMNIA_NUGET_SOURCE }}'"
|
||||
|
||||
|
||||
- name: Build & Push Docker Image
|
||||
id: build
|
||||
run: |
|
||||
IMAGE="${{ secrets.WINSOMNIA_REGISTRY }}/winsomnia/${{ steps.envdetect.outputs.repo_slug }}:${GITHUB_REF_NAME}"
|
||||
|
||||
echo ${{ secrets.WINSOMNIA_NUGET_SOURCE }}
|
||||
|
||||
docker build \
|
||||
--secret id=nuget_username,env=WINSOMNIA_NUGET_USERNAME \
|
||||
--secret id=nuget_token,env=WINSOMNIA_NUGET_TOKEN \
|
||||
|
||||
Reference in New Issue
Block a user