Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: MohammedAbdi <[email protected]>
  • Loading branch information
mamy-CS committed Apr 18, 2024
1 parent f895f8f commit adf0a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/publish-images/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ runs:
make operator-build && make operator-push
env:
VERSION: ${{ inputs.version }}
IMAGE_TAG_BASE: ${{ inputs.image_registry }}
IMAGE_TAG_BASE: ${{ format('{0}', inputs.image_url) }}
# OPERATOR_IMG: ${{ format('{0}', inputs.image_url) }}
ADDITIONAL_TAGS: ${{ inputs.additional_tags }}

0 comments on commit adf0a53

Please sign in to comment.