Skip to content

Commit 2500253

Browse files
also build rootless version
1 parent 29f1e2b commit 2500253

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,16 @@ on:
1616
branches: [ "main" ]
1717

1818
jobs:
19-
call-docker-build:
19+
docker-rootful:
2020
uses: ethdevops/workflows/.github/workflows/basic-docker-build.yaml@main
2121
secrets:
2222
docker_registry_user: ${{ secrets.DOCKER_REGISTRY_USER }}
2323
docker_registry_password: ${{ secrets.DOCKER_REGISTRY_SECRET }}
24+
docker-rootless:
25+
uses: ethdevops/workflows/.github/workflows/basic-docker-build.yaml@main
26+
with:
27+
dockerfile: Dockerfile.rootless
28+
tag_suffix: rootless
29+
secrets:
30+
docker_registry_user: ${{ secrets.DOCKER_REGISTRY_USER }}
31+
docker_registry_password: ${{ secrets.DOCKER_REGISTRY_SECRET }}

0 commit comments

Comments
 (0)