Merge pull request #289 from jongwooo/chore/replace-deprecated-command-with-environment-file

Replace deprecated command with environment file
This commit is contained in:
Kubernetes Prow Robot 2023-07-13 08:38:37 -07:00 committed by GitHub
commit 3740e01621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ jobs:
elif [[ $GITHUB_REF == refs/pull/* ]]; then elif [[ $GITHUB_REF == refs/pull/* ]]; then
TAGS="${{ secrets.DOCKER_IMAGE }}:pr-${{ github.event.number }}" TAGS="${{ secrets.DOCKER_IMAGE }}:pr-${{ github.event.number }}"
fi fi
echo ::set-output name=tags::${TAGS} echo "tags=${TAGS}" >> $GITHUB_OUTPUT
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ') echo "created=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
- -
name: Set up QEMU name: Set up QEMU
uses: docker/setup-qemu-action@v1 uses: docker/setup-qemu-action@v1