File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6262 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
6363 run : |
6464 echo "Updating docker-compose files with version ${{ steps.version.outputs.version }}"
65- sed -i 's#\( blazordevlab/cleanarchitectureblazorserver:\).*#\1 ${{ steps.version.outputs.version }}#' deploy/docker-compose.yml
66- sed -i 's#\( blazordevlab/cleanarchitectureblazorserver:\).*#\1 ${{ steps.version.outputs.version }}#' deploy/docker-compose-db.yml
65+ sed -i 's#blazordevlab/cleanarchitectureblazorserver:[0-9a-zA-Z\.\-]*#blazordevlab/cleanarchitectureblazorserver: ${{ steps.version.outputs.version }}#' deploy/docker-compose.yml
66+ sed -i 's#blazordevlab/cleanarchitectureblazorserver:[0-9a-zA-Z\.\-]*#blazordevlab/cleanarchitectureblazorserver: ${{ steps.version.outputs.version }}#' deploy/docker-compose-db.yml
6767
6868 - name : Create Pull Request
6969 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
You can’t perform that action at this time.
0 commit comments