Skip to content

Commit

Permalink
Fix server endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Dec 9, 2024
1 parent 8aec56f commit 35ae75b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/8.2.apache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Login to the Bahriya Container Registry
uses: docker/login-action@v3
with:
registry: quay.io
registry: bcr.ax
username: ${{ secrets.BCR_USERNAME }}
password: ${{ secrets.BCR_PASSWORD }}
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/8.2.cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Login to the Bahriya Container Registry
uses: docker/login-action@v3
with:
registry: quay.io
registry: bcr.ax
username: ${{ secrets.BCR_USERNAME }}
password: ${{ secrets.BCR_PASSWORD }}
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/8.2.unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Login to the Bahriya Container Registry
uses: docker/login-action@v3
with:
registry: quay.io
registry: bcr.ax
username: ${{ secrets.BCR_USERNAME }}
password: ${{ secrets.BCR_PASSWORD }}
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/8.3.apache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Login to the Bahriya Container Registry
uses: docker/login-action@v3
with:
registry: quay.io
registry: bcr.ax
username: ${{ secrets.BCR_USERNAME }}
password: ${{ secrets.BCR_PASSWORD }}
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/8.3.cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Login to the Bahriya Container Registry
uses: docker/login-action@v3
with:
registry: quay.io
registry: bcr.ax
username: ${{ secrets.BCR_USERNAME }}
password: ${{ secrets.BCR_PASSWORD }}
- name: Login to the Quay.io Container Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/8.3.unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Login to the Bahriya Container Registry
uses: docker/login-action@v3
with:
registry: quay.io
registry: bcr.ax
username: ${{ secrets.BCR_USERNAME }}
password: ${{ secrets.BCR_PASSWORD }}
- name: Checkout code
Expand Down

0 comments on commit 35ae75b

Please sign in to comment.