mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 08:22:31 +01:00
Update main.yaml
Signed-off-by: dannielshalev <44364077+dannielshalev@users.noreply.github.com>
This commit is contained in:
parent
fa91ee5bfe
commit
66b79db3ec
1 changed files with 2 additions and 3 deletions
5
.github/workflows/main.yaml
vendored
5
.github/workflows/main.yaml
vendored
|
|
@ -4,8 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- 'release/**'
|
||||
|
||||
- 'release_v**'
|
||||
env:
|
||||
AWS_REGISTRY: "230690759643.dkr.ecr.eu-west-1.amazonaws.com"
|
||||
REPOSITORY_NAME: "vnc-desktop"
|
||||
|
|
@ -37,4 +36,4 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: "${{ env.AWS_REGISTRY }}/${{ env.REPOSITORY_NAME }}:v${{ github.run_number }}"
|
||||
tags: "${{ env.AWS_REGISTRY }}/${{ env.REPOSITORY_NAME }}:v{{ github.ref_name }}.${{ github.run_number }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue