File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 45
45
run : ./update_tag_in_docs_and_files.sh ${LATEST_TAG} ${NEXT_TAG}
46
46
- name : Build images
47
47
run : VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make build
48
- - name : Commit files
49
- run : |
50
- git config --local user.email "[email protected] "
51
- git config --local user.name "Selenium CI Bot"
52
- git commit -m "Update tag in docs and files [skip ci]" -a
53
- - name : Push changes
54
- uses : ad-m/github-push-action@master
55
- with :
56
- github_token : ${{ secrets.SELENIUM_CI_TOKEN }}
57
- branch : trunk
58
48
- name : Login Docker Hub
59
49
run : docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
60
50
env :
84
74
timeout_minutes : 20
85
75
max_attempts : 3
86
76
command : VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} PUSH_IMAGE=true make tag_and_push_browser_images
77
+ - name : Commit files
78
+ run : |
79
+ git config --local user.email "[email protected] "
80
+ git config --local user.name "Selenium CI Bot"
81
+ git commit -m "Update tag in docs and files [skip ci]" -a
82
+ - name : Push changes
83
+ uses : ad-m/github-push-action@master
84
+ with :
85
+ github_token : ${{ secrets.SELENIUM_CI_TOKEN }}
86
+ branch : trunk
87
87
- name : Create release notes (release_notes.md)
88
88
run : ./generate_release_notes.sh ${LATEST_TAG} origin/trunk ${GRID_VERSION} ${BUILD_DATE}
89
89
- name : Create Release
You can’t perform that action at this time.
0 commit comments