Merge remote-tracking branch 'origin/develop' into develop

# Conflicts:
#	.github/CODEOWNERS
This commit is contained in:
danniel 2023-09-03 17:18:58 +03:00
commit 9cf6284229
3 changed files with 3 additions and 4 deletions

2
.github/CODEOWNERS vendored
View file

@ -1 +1 @@
.github/** @UVeye/devops .github/** @dannielshalev @eladso @ilchemla @it-uveye

View file

@ -6,7 +6,6 @@ on:
- main - main
- 'release_v**' - 'release_v**'
env: env:
AWS_REGISTRY: "230690759643.dkr.ecr.eu-west-1.amazonaws.com"
REPOSITORY_NAME: "vnc-desktop" REPOSITORY_NAME: "vnc-desktop"
jobs: jobs:
@ -36,4 +35,4 @@ jobs:
with: with:
context: . context: .
push: true 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 }}"