Skip to content

Commit e67b67f

Browse files
committed
Commit changes after pushing images
[deploy]
1 parent 26f0ac7 commit e67b67f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,6 @@ jobs:
4545
run: ./update_tag_in_docs_and_files.sh ${LATEST_TAG} ${NEXT_TAG}
4646
- name: Build images
4747
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
5848
- name: Login Docker Hub
5949
run: docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
6050
env:
@@ -84,6 +74,16 @@ jobs:
8474
timeout_minutes: 20
8575
max_attempts: 3
8676
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
8787
- name: Create release notes (release_notes.md)
8888
run: ./generate_release_notes.sh ${LATEST_TAG} origin/trunk ${GRID_VERSION} ${BUILD_DATE}
8989
- name: Create Release

0 commit comments

Comments
 (0)