Skip to content

Commit

Permalink
Actually build AEM image
Browse files Browse the repository at this point in the history
  • Loading branch information
bdhoine committed Nov 22, 2024
1 parent e2eab78 commit c1c2f14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}:${{ env.AEM_SDK_VERSION }}
platforms: linux/amd64,linux/arm64
labels: ${{ steps.meta.outputs.labels }}
- name: Generate artifact attestation
Expand Down
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ RUN chmod +x /usr/local/bin/aem-start

ENV AEM_VENDOR_JAVA_HOME_DIR=$JAVA_HOME

#RUN aem instance -A launch && aem instance down
RUN aem instance -A launch && aem instance down

#CMD ["/usr/local/bin/aem-start"]
ENTRYPOINT ["/usr/local/bin/aem"]
CMD ["/usr/local/bin/aem-start"]

0 comments on commit c1c2f14

Please sign in to comment.