mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 13:52:02 +08:00
Replaced usage of the depricated set-output
function.
This commit is contained in:
parent
011a7eb021
commit
38fecc4d86
12
.github/workflows/build-image.yml
vendored
12
.github/workflows/build-image.yml
vendored
@ -88,12 +88,12 @@ jobs:
|
||||
echo "Docker container tag(s): $TAGS"
|
||||
echo "::endgroup::"
|
||||
# Export outputs.
|
||||
echo ::set-output name=is_release::${IS_RELEASE}
|
||||
echo ::set-output name=release_type::${RELEASE_TYPE}
|
||||
echo ::set-output name=version::${VERSION}
|
||||
echo ::set-output name=label_version::${LABEL_VERSION}
|
||||
echo ::set-output name=tags::${TAGS}
|
||||
#echo ::set-output name=build_date::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
|
||||
echo "is_release=${IS_RELEASE}" >> $GITHUB_OUTPUT
|
||||
echo "release_type=${RELEASE_TYPE}" >> $GITHUB_OUTPUT
|
||||
echo "version=${VERSION}" >> $GITHUB_OUTPUT
|
||||
echo "label_version=${LABEL_VERSION}" >> $GITHUB_OUTPUT
|
||||
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
|
||||
#echo "build_date=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user