Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit e5e1b88

Browse files
authored
Added ldap build and push stage
1 parent 484e79e commit e5e1b88

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/dockerize-latest.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Push latest
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ pull-request ]
66
workflow_dispatch:
77

88
jobs:
@@ -28,6 +28,15 @@ jobs:
2828
username: ${{ secrets.DOCKER_HUB_USERNAME }}
2929
password: ${{ secrets.DOCKER_HUB_TOKEN }}
3030

31+
- name: Build and Push ldap
32+
id: docker_build
33+
uses: docker/build-push-action@v2
34+
with:
35+
platforms: linux/amd64,linux/arm/v7,linux/arm64
36+
push: true
37+
file: Dockerfile.ldap
38+
tags: wickywaka/docker-dhcpd:ldap-latest
39+
3140
- name: Build and Push
3241
id: docker_build
3342
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)