diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index aca9579..b21480d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -.github/** @UVeye/devops \ No newline at end of file +.github/** @dannielshalev @eladso @ilchemla @it-uveye diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c22ab72..0a5ddc0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -6,7 +6,6 @@ on: - main - 'release_v**' env: - AWS_REGISTRY: "230690759643.dkr.ecr.eu-west-1.amazonaws.com" REPOSITORY_NAME: "vnc-desktop" jobs: @@ -36,4 +35,4 @@ jobs: with: context: . push: true - tags: "${{ env.AWS_REGISTRY }}/${{ env.REPOSITORY_NAME }}:${{ github.ref_name }}.${{ github.run_number }}" + tags: "${{ secrets.AWS_REGISTRY }}/${{ env.REPOSITORY_NAME }}:${{ github.ref_name }}.${{ github.run_number }}" diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 6ec4f11..5952fc4 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -149,4 +149,4 @@ WORKDIR /root ENV HOME=/home/ubuntu \ SHELL=/bin/bash HEALTHCHECK --interval=30s --timeout=5s CMD curl --fail http://127.0.0.1:6079/api/health -ENTRYPOINT ["/startup.sh"] \ No newline at end of file +ENTRYPOINT ["/startup.sh"]