Skip to content

Commit

Permalink
[release-1.29] Add missing package windows step in release (#6389)
Browse files Browse the repository at this point in the history
* Add missing package windows step in release

Signed-off-by: galal-hussein <[email protected]>

* fix typo

Signed-off-by: galal-hussein <[email protected]>

---------

Signed-off-by: galal-hussein <[email protected]>
  • Loading branch information
galal-hussein committed Jul 22, 2024
1 parent 2cf12ec commit 616d184
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
DOCKER_USERNAME: ${{ env.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ env.DOCKER_PASSWORD }}

- name: Package windows images
run: |
GITHUB_ACTION_TAG=${{ github.ref_name }} dapper -f Dockerfile --target dapper make package-windows-images
- name: Checksum Artifacts
run: |
GITHUB_ACTION_TAG=${{ github.ref_name }} dapper -f Dockerfile --target dapper make checksum
Expand Down

0 comments on commit 616d184

Please sign in to comment.