File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111env :
1212 REGISTRY : ghcr.io
1313 # IMAGE_NAME: ${{ github.repository }}
14- IMAGE_NAME : justcoded/php-code-analysis
14+ IMAGE_NAME : justcoded/http-request-proxy
1515
1616# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
1717jobs :
4444 - name : Build and push Docker image
4545 uses : docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
4646 with :
47- context : src/builds
47+ context : .
4848 push : true
4949 tags : ${{ steps.meta.outputs.tags }}
5050 labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change 11FROM php:8.3-cli
22
3- COPY whp /bin/
3+ COPY src/builds/ whp /bin/
44RUN chmod +x /bin/whp
55
66ENTRYPOINT ["/bin/whp" ]
You can’t perform that action at this time.
0 commit comments