Skip to content

Commit 0e9aa45

Browse files
authored
Update docker-image.yml
1 parent e19e114 commit 0e9aa45

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17+
#setup build tools
18+
- name: Set up QEMU
19+
uses: docker/setup-qemu-action@v2
20+
21+
- name: Set up Docker Buildx
22+
uses: docker/setup-buildx-action@v2
23+
1724
#build acts-util-core
1825
- name: Checkout ACTS-Util repo
1926
uses: actions/checkout@v4
@@ -62,7 +69,7 @@ jobs:
6269
username: ${{ github.actor }}
6370
password: ${{ secrets.GITHUB_TOKEN }}
6471

65-
- name: Build and push oidp image
72+
- name: Build and push service image
6673
uses: docker/build-push-action@v4
6774
with:
6875
context: ./service

0 commit comments

Comments
 (0)