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

Commit

Permalink
Update dockerize-latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wickywaka authored Jul 27, 2022
1 parent e5e1b88 commit c391434
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dockerize-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_TOKEN }}

- name: Build and Push ldap
id: docker_build
id: docker_build_ldap
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm/v7,linux/arm64
Expand All @@ -47,3 +47,6 @@ jobs:

- name: Print Image Digest
run: echo ${{ steps.docker_build.outputs.digest }}

- name: Print LDAP Image Digest
run: echo ${{ steps.docker_build_ldap.outputs.digest }}

0 comments on commit c391434

Please sign in to comment.