Skip to content

Commit

Permalink
Retry fix (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhamburg authored Dec 9, 2021
1 parent 4d88421 commit a84287b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
push: false
tags: local/dotnet-cdk:latest
context: .
build-args:
NUGET_APIKEY: ${{ secrets.NUGET_APIKEY }}
BUILD_VERSION: ${{ github.event.release.tag_name }}
build-args: |
NUGET_APIKEY=${{ secrets.NUGET_APIKEY }}
BUILD_VERSION=${{ github.event.release.tag_name }}

0 comments on commit a84287b

Please sign in to comment.