Skip to content

Commit

Permalink
Fix publish test image
Browse files Browse the repository at this point in the history
Signed-off-by: galal-hussein <[email protected]>
  • Loading branch information
galal-hussein committed Jun 4, 2024
1 parent e1a1c8e commit 7eda2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Publish Image Runtime
run: |
GITHUB_ACTION_TAG=${{ github.ref_name }} make publish-image-runtime
GITHUB_ACTION_TAG=${{ github.ref_name }} dapper -f Dockerfile --target dapper make publish-image-runtime
- name: Publish Artifacts
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 7eda2e6

Please sign in to comment.