Skip to content

Commit

Permalink
Merge pull request #95 from anweshadas/fix_deployment
Browse files Browse the repository at this point in the history
Adds code to trim image variable
  • Loading branch information
anweshadas authored Sep 11, 2024
2 parents 73146d6 + 196fb64 commit 4436551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Upload artifact EE to ghcr
uses: redhat-actions/push-to-registry@v2
with:
image: ${{ env.IMAGE_NAME }}
image: ${{ inputs.ee-name }}
tags: >-
${{ env.EE_VERSION }}
${{
Expand Down

0 comments on commit 4436551

Please sign in to comment.