File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2626 uses : docker/build-push-action@v3
2727 with :
2828 context : ${{ env.DOCKERFILE_CONTEXT }}
29+ file : " ${{ env.DOCKERFILE_CONTEXT }}Dockerfile.log4j"
2930 tags : ${{ env.REGISTRY_HOST }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
3031 load : true
3132
7071 uses : docker/build-push-action@v3
7172 with :
7273 context : ${{ env.DOCKERFILE_CONTEXT }}
74+ file : " ${{ env.DOCKERFILE_CONTEXT }}Dockerfile.log4j"
7375 push : true
74- tags : ${{ env.REGISTRY_HOST }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
76+ tags : ${{ env.REGISTRY_HOST }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
Original file line number Diff line number Diff line change 1+ FROM alpine:latest
2+ ADD https://archive.apache.org/dist/logging/log4j/2.14.1/apache-log4j-2.14.1-bin.tar.gz /root
3+ RUN tar xzvf /root/apache-log4j-2.14.1-bin.tar.gz
You can’t perform that action at this time.
0 commit comments