Skip to content

Commit

Permalink
ci: Use GITHUB_OUTPUT envvar instead of set-output command (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsathiya authored Jan 20, 2024
1 parent 3df0a30 commit 24bc817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: core-image
run: |
CORE_VERSION=$(./run.sh _transformAnsibleCoreVersion "${{ matrix.ansible-core-image }}")
echo "::set-output name=core-version::$CORE_VERSION"
echo "core-version=$CORE_VERSION" >> "$GITHUB_OUTPUT"
- name: Docker meta
id: meta
Expand Down

0 comments on commit 24bc817

Please sign in to comment.