Skip to content

Commit

Permalink
feat(workflow): bump docker/login & actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryVasanth committed May 7, 2024
1 parent 041e930 commit b22754b
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ runs:
using: "composite"
steps:
- name: 📦 Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ inputs.gh-token }}

- name: 🐳 Login to docker.01-edu.org Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: docker.01-edu.org
username: ${{ inputs.docker-un }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ga-build-content-api-gateway-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:

steps:
- name: 🐧 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 📦 Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: 🐳 Login to docker.01-edu.org Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: docker.01-edu.org
username: ${{ secrets.USER_DOCKER_01EDU_ORG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ga-build-content-api-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: 🐧 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🏗️ Build the 🚀 API Gateway image
uses: ./.github/actions/build-image
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ga-build-content-billing-app-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:

steps:
- name: 🐧 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 📦 Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: 🐳 Login to docker.01-edu.org Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: docker.01-edu.org
username: ${{ secrets.USER_DOCKER_01EDU_ORG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ga-build-content-billing-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: 🐧 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🏗️ Build the 💰 Billing App image
uses: ./.github/actions/build-image
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ga-build-content-inventory-app-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:

steps:
- name: 🐧 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 📦 Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: 🐳 Login to docker.01-edu.org Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: docker.01-edu.org
username: ${{ secrets.USER_DOCKER_01EDU_ORG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ga-build-content-inventory-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: 🐧 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🏗️ Build the 🧩 Inventory App image
uses: ./.github/actions/build-image
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ga-build-content-postgres-db-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:

steps:
- name: 🐧 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 📦 Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: 🐳 Login to docker.01-edu.org Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: docker.01-edu.org
username: ${{ secrets.USER_DOCKER_01EDU_ORG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ga-build-content-postgres-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: 🐧 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🏗️ Build the 💻 Postgres DB image
uses: ./.github/actions/build-image
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ga-build-content-rabbitmq-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:

steps:
- name: 🐧 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 📦 Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: 🐳 Login to docker.01-edu.org Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: docker.01-edu.org
username: ${{ secrets.USER_DOCKER_01EDU_ORG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ga-build-content-rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: 🐧 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🏗️ Build the 🐰 Rabbitmq image
uses: ./.github/actions/build-image
Expand Down

0 comments on commit b22754b

Please sign in to comment.