Skip to content

Commit

Permalink
push-docker-image-reusable.yml - fixed RELEASE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed Sep 1, 2023
1 parent 1a46992 commit 5abaa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker-image-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: release version only numbers
id: release-version
run: |
echo "${{ inputs.release }}" | sed 's|^[a-zA-Z]\+|RELEASE_VERSION=|' >> $GITHUB_OUTPUT
echo "${{ inputs.release }}" | sed 's|^[a-zA-Z]\+|RELEASE_VERSION=|; s|-|_|g' >> $GITHUB_OUTPUT
- name: Set env ARTIFACT_PREFIX
run: |
Expand Down

0 comments on commit 5abaa26

Please sign in to comment.