mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 08:22:31 +01:00
Merge remote-tracking branch 'origin/develop' into develop
# Conflicts: # .github/CODEOWNERS
This commit is contained in:
commit
9cf6284229
3 changed files with 3 additions and 4 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
|
@ -1 +1 @@
|
|||
.github/** @UVeye/devops
|
||||
.github/** @dannielshalev @eladso @ilchemla @it-uveye
|
||||
|
|
|
|||
3
.github/workflows/main.yaml
vendored
3
.github/workflows/main.yaml
vendored
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue