Skip to content

Commit

Permalink
Updated other workflows to use wiremockio username
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Jun 4, 2024
1 parent 26be93a commit 864ec97
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}"
Expand Down

0 comments on commit 864ec97

Please sign in to comment.