Skip to content

Commit

Permalink
Push to BCR library
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Dec 9, 2024
1 parent aec5736 commit 8aec56f
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/8.2.apache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
- name: Login to the Bahriya Container Registry
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.BCR_USERNAME }}
password: ${{ secrets.BCR_PASSWORD }}
- name: Checkout code
uses: actions/checkout@v2
## Build and push the Docker image ##
Expand All @@ -51,6 +57,7 @@ jobs:
PHP_VERSION=8.2
push: true
tags: |
bcr.ax/library/php:8.2-apache
islamicnetwork/php:8.2-apache
ghcr.io/islamic-network/php:8.2-apache
quay.io/islamic-network/php:8.2-apache
Expand All @@ -64,6 +71,7 @@ jobs:
PHP_VERSION=8.2
push: true
tags: |
bcr.ax/library/php:8.2-apache-dev
islamicnetwork/php:8.2-apache-dev
ghcr.io/islamic-network/php:8.2-apache-dev
quay.io/islamic-network/php:8.2-apache-dev
7 changes: 7 additions & 0 deletions .github/workflows/8.2.cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
- name: Login to the Bahriya Container Registry
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.BCR_USERNAME }}
password: ${{ secrets.BCR_PASSWORD }}
- name: Checkout code
uses: actions/checkout@v2
## Build and push the Docker image ##
Expand All @@ -49,6 +55,7 @@ jobs:
PHP_VERSION=8.2
push: true
tags: |
bcr.ax/library/php:8.2-cli
islamicnetwork/php:8.2-cli
ghcr.io/islamic-network/php:8.2-cli
quay.io/islamic-network/php:8.2-cli
8 changes: 8 additions & 0 deletions .github/workflows/8.2.unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
- name: Login to the Bahriya Container Registry
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.BCR_USERNAME }}
password: ${{ secrets.BCR_PASSWORD }}
- name: Checkout code
uses: actions/checkout@v2
## Build and push the Docker image ##
Expand All @@ -51,6 +57,7 @@ jobs:
PHP_VERSION=8.2
push: true
tags: |
bcr.ax/library/php:8.2-unit
islamicnetwork/php:8.2-unit
ghcr.io/islamic-network/php:8.2-unit
quay.io/islamic-network/php:8.2-unit
Expand All @@ -64,6 +71,7 @@ jobs:
PHP_VERSION=8.2
push: true
tags: |
bcr.ax/library/php:8.2-unit-dev
islamicnetwork/php:8.2-unit-dev
ghcr.io/islamic-network/php:8.2-unit-dev
quay.io/islamic-network/php:8.2-unit-dev
8 changes: 8 additions & 0 deletions .github/workflows/8.3.apache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
- name: Login to the Bahriya Container Registry
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.BCR_USERNAME }}
password: ${{ secrets.BCR_PASSWORD }}
- name: Checkout code
uses: actions/checkout@v2
## Build and push the Docker image ##
Expand All @@ -51,6 +57,7 @@ jobs:
PHP_VERSION=8.3
push: true
tags: |
bcr.ax/library/php:8.3-apache
islamicnetwork/php:8.3-apache
ghcr.io/islamic-network/php:8.3-apache
quay.io/islamic-network/php:8.3-apache
Expand All @@ -64,6 +71,7 @@ jobs:
PHP_VERSION=8.3
push: true
tags: |
bcr.ax/library/php:8.3-apache-dev
islamicnetwork/php:8.3-apache-dev
ghcr.io/islamic-network/php:8.3-apache-dev
quay.io/islamic-network/php:8.3-apache-dev
7 changes: 7 additions & 0 deletions .github/workflows/8.3.cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
registry: ghcr.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}
- name: Login to the Bahriya Container Registry
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.BCR_USERNAME }}
password: ${{ secrets.BCR_PASSWORD }}
- name: Login to the Quay.io Container Registry
uses: docker/login-action@v3
with:
Expand All @@ -49,6 +55,7 @@ jobs:
PHP_VERSION=8.3
push: true
tags: |
bcr.ax/library/php:8.3-cli
islamicnetwork/php:8.3-cli
ghcr.io/islamic-network/php:8.3-cli
quay.io/islamic-network/php:8.3-cli
8 changes: 8 additions & 0 deletions .github/workflows/8.3.unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
- name: Login to the Bahriya Container Registry
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.BCR_USERNAME }}
password: ${{ secrets.BCR_PASSWORD }}
- name: Checkout code
uses: actions/checkout@v2
## Build and push the Docker image ##
Expand All @@ -51,6 +57,7 @@ jobs:
PHP_VERSION=8.3
push: true
tags: |
bcr.ax/library/php:8.3-unit
islamicnetwork/php:8.3-unit
ghcr.io/islamic-network/php:8.3-unit
quay.io/islamic-network/php:8.3-unit
Expand All @@ -64,6 +71,7 @@ jobs:
PHP_VERSION=8.3
push: true
tags: |
bcr.ax/library/php:8.3-unit
islamicnetwork/php:8.3-unit-dev
ghcr.io/islamic-network/php:8.3-unit-dev
quay.io/islamic-network/php:8.3-unit-dev

0 comments on commit 8aec56f

Please sign in to comment.