|
96 | 96 | $sourceFolder = Join-Path $env:GITHUB_WORKSPACE "out" | Join-Path -ChildPath "*" |
97 | 97 | $outFolder = Join-Path $env:GITHUB_WORKSPACE "out" | Join-Path -ChildPath "continuous-clearing" |
98 | 98 | New-Item -ItemType Directory -Force -Path $outFolder |
99 | | - $fileName = "continuous-clearing-v7.0.1.zip" |
| 99 | + $fileName = "continuous-clearing-v7.0.2.zip" |
100 | 100 | Write-Host "Filename: '$fileName'" |
101 | 101 | Write-Host "sourceFolder: '$sourceFolder'" |
102 | 102 | Write-Host "Outfolder: '$outFolder'" |
@@ -164,9 +164,10 @@ jobs: |
164 | 164 | #if: ${{ false }} # disable for now |
165 | 165 | run: | |
166 | 166 | echo "Files in directory:" |
167 | | - docker build . --file Dockerfile --tag ${{ github.repository }}:continuous-clearing-v7.0.1 |
168 | | - docker save ${{ github.repository }}:continuous-clearing-v7.0.1 -o continuous-clearing-v7.0.1.tar |
169 | | - echo "::set-output name=docker-LicenseClearingTool::continuous-clearing-v7.0.1.tar" |
| 167 | + docker build . --file Dockerfile --tag ${{ github.repository }}:continuous-clearing-v7.0.2 |
| 168 | + docker save ${{ github.repository }}:continuous-clearing-v7.0.2 -o continuous-clearing-v7.0.2.tar |
| 169 | + echo "::set-output name=docker-LicenseClearingTool::continuous-clearing-v7.0.2 |
| 170 | + .tar" |
170 | 171 | |
171 | 172 | - name: Archive docker image |
172 | 173 | #if: ${{ false }} # disable for now |
@@ -214,8 +215,8 @@ jobs: |
214 | 215 | env: |
215 | 216 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
216 | 217 | with: |
217 | | - tag_name: v7.0.1 |
218 | | - release_name: Release v7.0.1 |
| 218 | + tag_name: v7.0.2 |
| 219 | + release_name: Release v7.0.2 |
219 | 220 | body: | |
220 | 221 | ${{ github.event.head_commit.message }} |
221 | 222 | draft: true |
|
0 commit comments