We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc1da6 commit b8e88efCopy full SHA for b8e88ef
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
echo "Planned next release version ($NEXT_VERSION) already exists, aborting process"
23
exit 1
24
fi
25
- echo "::set-env name=PIPER_version::$NEXT_VERSION"
+ echo "PIPER_version=$NEXT_VERSION" >> $GITHUB_ENV
26
- name: Build, test and push
27
run: |
28
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
0 commit comments