Skip to content

Commit 864ec97

Browse files
committed
Updated other workflows to use wiremockio username
1 parent 26be93a commit 864ec97

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Login to Docker Hub
4646
uses: docker/login-action@v2
4747
with:
48-
username: wiremockbot
48+
username: wiremockio
4949
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
5050

5151
- name: Login to GitHub Container Registry

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Login to Docker Hub
4646
uses: docker/login-action@v2
4747
with:
48-
username: wiremockbot
48+
username: wiremockio
4949
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
5050

5151
- name: Login to GitHub Container Registry

.github/workflows/patch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Login to Docker Hub
5151
uses: docker/login-action@v2
5252
with:
53-
username: wiremockbot
53+
username: wiremockio
5454
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
5555

5656
- name: Login to GitHub Container Registry

.github/workflows/release-2.x.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Login to Docker Hub
7373
uses: docker/login-action@v2
7474
with:
75-
username: wiremockbot
75+
username: wiremockio
7676
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
7777

7878
- name: Login to GitHub Container Registry
@@ -118,7 +118,7 @@ jobs:
118118
sed -i 's/ARG WIREMOCK_VERSION=.*/ARG WIREMOCK_VERSION=${{ github.event.inputs.bundled-version }}/g' Dockerfile alpine/Dockerfile
119119
120120
# Push update
121-
git config --local user.name "wiremockbot"
121+
git config --local user.name "wiremockio"
122122
git config --local user.email "release-bot@wiremock.org"
123123
git add .
124124
git commit -m "upgrade to version ${NEW_VERSION}"

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Login to Docker Hub
7878
uses: docker/login-action@v2
7979
with:
80-
username: wiremockbot
80+
username: wiremockio
8181
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
8282

8383
- name: Login to GitHub Container Registry
@@ -122,7 +122,7 @@ jobs:
122122
sed -i 's/ARG WIREMOCK_VERSION=.*/ARG WIREMOCK_VERSION=${{ github.event.inputs.bundled-version }}/g' Dockerfile alpine/Dockerfile
123123
124124
# Push update
125-
git config --local user.name "wiremockbot"
125+
git config --local user.name "wiremockio"
126126
git config --local user.email "release-bot@wiremock.org"
127127
git add .
128128
git commit -m "upgrade to version ${NEW_VERSION}"

0 commit comments

Comments
 (0)