Skip to content

Commit

Permalink
Replace deprecated set-output command
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored May 7, 2023
1 parent d9dc96f commit cad2f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- id: version
run: echo "::set-output name=version::$(date +%Y-%m-%dT%H-%M)-$(echo ${{ github.sha }} | cut -c1-8)"
run: echo "version=$(date +%Y-%m-%dT%H-%M)-$(echo ${{ github.sha }} | cut -c1-8)" >> $GITHUB_OUTPUT

- name: Build and push
id: docker_build
Expand Down

0 comments on commit cad2f3f

Please sign in to comment.