Skip to content

Commit

Permalink
update image tag and base for ci
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 adf0a53 commit ac4a2d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/compute-version/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ runs:
id: version
shell: bash
run: |
version="$(cat VERSION)-$(date +%Y%m%d%H%M%S)"
version="$(cat VERSION)"
echo VERSION=$version
echo "version=$version" >> $GITHUB_OUTPUT
1 change: 0 additions & 1 deletion .github/publish-images/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ runs:
env:
VERSION: ${{ inputs.version }}
IMAGE_TAG_BASE: ${{ format('{0}', inputs.image_url) }}
# OPERATOR_IMG: ${{ format('{0}', inputs.image_url) }}
ADDITIONAL_TAGS: ${{ inputs.additional_tags }}

0 comments on commit ac4a2d2

Please sign in to comment.