mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 16:32:47 +01:00
Update main.yaml
This commit is contained in:
parent
4118a21815
commit
fa91ee5bfe
1 changed files with 5 additions and 3 deletions
8
.github/workflows/main.yaml
vendored
8
.github/workflows/main.yaml
vendored
|
|
@ -4,11 +4,11 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- 'releases/**'
|
||||
- 'release/**'
|
||||
|
||||
env:
|
||||
AWS_REGISTRY: "230690759643.dkr.ecr.eu-west-1.amazonaws.com"
|
||||
REPOSITORY_NAME: "docker-ubuntu-vnc-desktop"
|
||||
REPOSITORY_NAME: "vnc-desktop"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -17,6 +17,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Configure AWS Credentials
|
||||
uses: aws-actions/configure-aws-credentials@v1-node16
|
||||
|
|
@ -35,4 +37,4 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: "${{ env.AWS_REGISTRY }}/${{ env.REPOSITORY_NAME }}:${{ env.BRANCH }}${{ github.run_number }}"
|
||||
tags: "${{ env.AWS_REGISTRY }}/${{ env.REPOSITORY_NAME }}:v${{ github.run_number }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue