Skip to content

Fix the use of deprecated set-output command in image release workflow #881

@eljog

Description

@eljog

set-output command used in the action workflows are deprecated

run: echo "::set-output name=tag::$(echo "${{ github.ref }}" | grep -oP 'refs/tags/\K(.+)')"

replace it according to this blog post

Warnings on action runs:

The `set-output` command is deprecated and will be disabled soon.
Please upgrade to using Environment Files. For more information see:
 https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions