File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 env :
4848 GITHUB_USER_NAME : ${{ github.actor }}
4949 GITHUB_ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50- - name : Build Docker image
51- uses : aboutbits/github-actions-docker/build-push@v1
50+ - uses : aboutbits/github-actions-docker/build-push@v1
5251 with :
5352 username : ${{ github.actor }}
5453 password : ${{ secrets.GITHUB_TOKEN }}
5958 - name : Push tag to remote
6059 run : ./gradlew --console=colored pushRelease
6160 shell : bash
62- - name : Create GitHub Release
63- uses : aboutbits/github-actions-base/github-create-release@v2
61+ - uses : aboutbits/github-actions-base/github-create-release@v2
6462 with :
6563 tag-name : ' v${{ steps.nextVersion.outputs.version }}'
6664 release-description : |
9492 run : |
9593 sed -i "s|releases/download/v[0-9.]*/postgresql-operator-[0-9.]*.tgz|releases/download/v${{ steps.nextVersion.outputs.version }}/postgresql-operator-${{ steps.nextVersion.outputs.version }}.tgz|g" README.md
9694 git add README.md
97- # Guard against failing if there are no changes
98- git diff-index --quiet HEAD || git commit -m "Update README.md with version ${{ steps.nextVersion.outputs.version }}"
95+ git diff-index --quiet HEAD || git commit -m "update README.md with version ${{ steps.nextVersion.outputs.version }}"
9996 git push
10097 shell : bash
You can’t perform that action at this time.
0 commit comments