Skip to content

Commit

Permalink
fixed Set image version
Browse files Browse the repository at this point in the history
  • Loading branch information
David Wertenteil authored Feb 9, 2022
2 parents bd9ade4 + 2380317 commit 3fff1b7
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 @@ -80,7 +80,7 @@ jobs:

- name: Set image version
id: image-version
run: echo '::set-output version=IMAGE_VERSION::v2.0.${{ github.run_number }}'
run: echo '::set-output name=IMAGE_VERSION::v2.0.${{ github.run_number }}'

- name: Set image name
id: image-name
Expand Down

0 comments on commit 3fff1b7

Please sign in to comment.