Skip to content

Commit

Permalink
Add necessary env var to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haga-rak authored Mar 26, 2024
1 parent f71062e commit 344018f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Build and publish docker image
env:
TOKEN_FOR_NUGET : ${{ secrets.TOKEN_FOR_NUGET }}
REPOSITORY_OWNER : ${{ github.repository_owner }}
REPOSITORY_NAME : ${{ github.event.repository.name }}
run: bash build.sh fluxzy-cli-publish-docker

0 comments on commit 344018f

Please sign in to comment.