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

Commit c391434

Browse files
authored
Update dockerize-latest.yml
1 parent e5e1b88 commit c391434

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dockerize-latest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
password: ${{ secrets.DOCKER_HUB_TOKEN }}
3030

3131
- name: Build and Push ldap
32-
id: docker_build
32+
id: docker_build_ldap
3333
uses: docker/build-push-action@v2
3434
with:
3535
platforms: linux/amd64,linux/arm/v7,linux/arm64
@@ -47,3 +47,6 @@ jobs:
4747

4848
- name: Print Image Digest
4949
run: echo ${{ steps.docker_build.outputs.digest }}
50+
51+
- name: Print LDAP Image Digest
52+
run: echo ${{ steps.docker_build_ldap.outputs.digest }}

0 commit comments

Comments
 (0)