fixed dockerfile.prod bug
This commit is contained in:
parent
0806aa44f8
commit
422b0b2a04
|
|
@ -10,9 +10,6 @@ jobs:
|
||||||
runs-on: arm64
|
runs-on: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
|
||||||
uses: ./.gitea/actions/checkout-v3
|
|
||||||
|
|
||||||
- name: Login to Gitea Container Registry
|
- name: Login to Gitea Container Registry
|
||||||
run: |
|
run: |
|
||||||
echo ${{ secrets.cicd }} | docker login http://192.168.0.75:3000 -u ${{ gitea.actor }} --password-stdin
|
echo ${{ secrets.cicd }} | docker login http://192.168.0.75:3000 -u ${{ gitea.actor }} --password-stdin
|
||||||
|
|
|
||||||
|
|
@ -118,4 +118,4 @@ RUN sudo chmod 775 /app/edge_proxy
|
||||||
|
|
||||||
USER dev
|
USER dev
|
||||||
|
|
||||||
CMD ["/app/edge-proxy"]
|
CMD ["/app/edge_proxy"]
|
||||||
Loading…
Reference in New Issue