Skip to content

Commit

Permalink
Merge pull request #289 from jongwooo/chore/replace-deprecated-comman…
Browse files Browse the repository at this point in the history
…d-with-environment-file

Replace deprecated command with environment file
  • Loading branch information
k8s-ci-robot committed Jul 13, 2023
2 parents d6bd72d + 7c6e956 commit 3740e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
elif [[ $GITHUB_REF == refs/pull/* ]]; then
TAGS="${{ secrets.DOCKER_IMAGE }}:pr-${{ github.event.number }}"
fi
echo ::set-output name=tags::${TAGS}
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
echo "created=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit 3740e01

Please sign in to comment.