-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated other workflows to use wiremockio username
- Loading branch information
1 parent
26be93a
commit 864ec97
Showing
5 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ jobs: | |
- name: Login to Docker Hub | ||
uses: docker/login-action@v2 | ||
with: | ||
username: wiremockbot | ||
username: wiremockio | ||
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} | ||
|
||
- name: Login to GitHub Container Registry | ||
|
@@ -118,7 +118,7 @@ jobs: | |
sed -i 's/ARG WIREMOCK_VERSION=.*/ARG WIREMOCK_VERSION=${{ github.event.inputs.bundled-version }}/g' Dockerfile alpine/Dockerfile | ||
# Push update | ||
git config --local user.name "wiremockbot" | ||
git config --local user.name "wiremockio" | ||
git config --local user.email "[email protected]" | ||
git add . | ||
git commit -m "upgrade to version ${NEW_VERSION}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,7 @@ jobs: | |
- name: Login to Docker Hub | ||
uses: docker/login-action@v2 | ||
with: | ||
username: wiremockbot | ||
username: wiremockio | ||
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} | ||
|
||
- name: Login to GitHub Container Registry | ||
|
@@ -122,7 +122,7 @@ jobs: | |
sed -i 's/ARG WIREMOCK_VERSION=.*/ARG WIREMOCK_VERSION=${{ github.event.inputs.bundled-version }}/g' Dockerfile alpine/Dockerfile | ||
# Push update | ||
git config --local user.name "wiremockbot" | ||
git config --local user.name "wiremockio" | ||
git config --local user.email "[email protected]" | ||
git add . | ||
git commit -m "upgrade to version ${NEW_VERSION}" | ||
|