Skip to content

Commit 88b1172

Browse files
Add Docker Buildx setup to CI workflows
- Introduced Docker Buildx setup in cd-auditservice.yml - Introduced Docker Buildx setup in cd-shiftservice.yml - Introduced Docker Buildx setup in cd-trustservice.yml
1 parent 841fc57 commit 88b1172

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/cd-auditservice.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Checkout code
2626
uses: actions/checkout@v4
2727

28+
- name: Set up Docker Buildx
29+
uses: docker/setup-buildx-action@v4
30+
2831
- name: Login to GitHub Container Registry
2932
uses: docker/login-action@v3
3033
with:

.github/workflows/cd-shiftservice.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Checkout code
2727
uses: actions/checkout@v4
2828

29+
- name: Set up Docker Buildx
30+
uses: docker/setup-buildx-action@v4
31+
2932
- name: Login to GitHub Container Registry
3033
uses: docker/login-action@v3
3134
with:

.github/workflows/cd-trustservice.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Checkout code
2626
uses: actions/checkout@v4
2727

28+
- name: Set up Docker Buildx
29+
uses: docker/setup-buildx-action@v4
30+
2831
- name: Login to GitHub Container Registry
2932
uses: docker/login-action@v3
3033
with:

0 commit comments

Comments
 (0)