File tree 11 files changed +22
-22
lines changed
11 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ runs:
22
22
using : " composite"
23
23
steps :
24
24
- name : 📦 Login to GitHub Container Registry
25
- uses : docker/login-action@v2
25
+ uses : docker/login-action@v3
26
26
with :
27
27
registry : ghcr.io
28
28
username : ${{ github.actor }}
29
29
password : ${{ inputs.gh-token }}
30
30
31
31
- name : 🐳 Login to docker.01-edu.org Registry
32
- uses : docker/login-action@v2
32
+ uses : docker/login-action@v3
33
33
with :
34
34
registry : docker.01-edu.org
35
35
username : ${{ inputs.docker-un }}
Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
13
13
14
14
steps :
15
15
- name : 🐧 Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
18
18
- name : 📦 Login to GitHub Container Registry
19
- uses : docker/login-action@v2
19
+ uses : docker/login-action@v3
20
20
with :
21
21
registry : ghcr.io
22
22
username : ${{ github.actor }}
23
23
password : ${{ secrets.GITHUB_TOKEN }}
24
24
25
25
- name : 🐳 Login to docker.01-edu.org Registry
26
- uses : docker/login-action@v2
26
+ uses : docker/login-action@v3
27
27
with :
28
28
registry : docker.01-edu.org
29
29
username : ${{ secrets.USER_DOCKER_01EDU_ORG }}
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : 🐧 Checkout
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
20
20
- name : 🏗️ Build the 🚀 API Gateway image
21
21
uses : ./.github/actions/build-image
Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
13
13
14
14
steps :
15
15
- name : 🐧 Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
18
18
- name : 📦 Login to GitHub Container Registry
19
- uses : docker/login-action@v2
19
+ uses : docker/login-action@v3
20
20
with :
21
21
registry : ghcr.io
22
22
username : ${{ github.actor }}
23
23
password : ${{ secrets.GITHUB_TOKEN }}
24
24
25
25
- name : 🐳 Login to docker.01-edu.org Registry
26
- uses : docker/login-action@v2
26
+ uses : docker/login-action@v3
27
27
with :
28
28
registry : docker.01-edu.org
29
29
username : ${{ secrets.USER_DOCKER_01EDU_ORG }}
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : 🐧 Checkout
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
20
20
- name : 🏗️ Build the 💰 Billing App image
21
21
uses : ./.github/actions/build-image
Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
13
13
14
14
steps :
15
15
- name : 🐧 Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
18
18
- name : 📦 Login to GitHub Container Registry
19
- uses : docker/login-action@v2
19
+ uses : docker/login-action@v3
20
20
with :
21
21
registry : ghcr.io
22
22
username : ${{ github.actor }}
23
23
password : ${{ secrets.GITHUB_TOKEN }}
24
24
25
25
- name : 🐳 Login to docker.01-edu.org Registry
26
- uses : docker/login-action@v2
26
+ uses : docker/login-action@v3
27
27
with :
28
28
registry : docker.01-edu.org
29
29
username : ${{ secrets.USER_DOCKER_01EDU_ORG }}
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : 🐧 Checkout
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
20
20
- name : 🏗️ Build the 🧩 Inventory App image
21
21
uses : ./.github/actions/build-image
Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
13
13
14
14
steps :
15
15
- name : 🐧 Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
18
18
- name : 📦 Login to GitHub Container Registry
19
- uses : docker/login-action@v2
19
+ uses : docker/login-action@v3
20
20
with :
21
21
registry : ghcr.io
22
22
username : ${{ github.actor }}
23
23
password : ${{ secrets.GITHUB_TOKEN }}
24
24
25
25
- name : 🐳 Login to docker.01-edu.org Registry
26
- uses : docker/login-action@v2
26
+ uses : docker/login-action@v3
27
27
with :
28
28
registry : docker.01-edu.org
29
29
username : ${{ secrets.USER_DOCKER_01EDU_ORG }}
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : 🐧 Checkout
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
20
20
- name : 🏗️ Build the 💻 Postgres DB image
21
21
uses : ./.github/actions/build-image
Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
13
13
14
14
steps :
15
15
- name : 🐧 Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
18
18
- name : 📦 Login to GitHub Container Registry
19
- uses : docker/login-action@v2
19
+ uses : docker/login-action@v3
20
20
with :
21
21
registry : ghcr.io
22
22
username : ${{ github.actor }}
23
23
password : ${{ secrets.GITHUB_TOKEN }}
24
24
25
25
- name : 🐳 Login to docker.01-edu.org Registry
26
- uses : docker/login-action@v2
26
+ uses : docker/login-action@v3
27
27
with :
28
28
registry : docker.01-edu.org
29
29
username : ${{ secrets.USER_DOCKER_01EDU_ORG }}
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : 🐧 Checkout
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
20
20
- name : 🏗️ Build the 🐰 Rabbitmq image
21
21
uses : ./.github/actions/build-image
You can’t perform that action at this time.
0 commit comments