generated from pmo-actions/healthchecks-ping
Actualiser action.yaml
This commit is contained in:
@@ -121,3 +121,11 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
echo "IMAGE_TAGS=${{ inputs.image_tags }}" >> $GITHUB_ENV
|
echo "IMAGE_TAGS=${{ inputs.image_tags }}" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
- name: Add PMO version tag
|
||||||
|
if: inputs.add_version_tag
|
||||||
|
run: |
|
||||||
|
source "${{ github.action_path }}/../bashlib.sh"
|
||||||
|
step "Image tags" "IMAGE_TAGS=${{ env.IMAGE_TAGS }} pmo-${{ steps.get_version.outputs.version }}"
|
||||||
|
echo "IMAGE_TAGS=${{ env.IMAGE_TAGS }} pmo-${{ steps.get_version.outputs.version }}" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user