Skip to content

Commit 9742ceb

Browse files
authored
Update docker-hub-publish.yml
1 parent c47c240 commit 9742ceb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-hub-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
context: .
2525
file: ./docker/Dockerfile-ubuntu-20.04
2626
tags: imiobe/iadelib:latest
27+
platforms: linux/amd64
2728
pull: true
2829
push: true
2930
- name: Build dev image
@@ -32,5 +33,6 @@ jobs:
3233
context: .
3334
file: ./docker/Dockerfile-dev
3435
tags: imiobe/iadelib:dev
36+
platforms: linux/amd64
3537
pull: true
3638
push: true

0 commit comments

Comments
 (0)