mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 16:32:47 +01:00
fix release
This commit is contained in:
parent
4118a21815
commit
7a2de304b4
1 changed files with 5 additions and 1 deletions
6
.github/workflows/main.yaml
vendored
6
.github/workflows/main.yaml
vendored
|
|
@ -9,6 +9,10 @@ on:
|
|||
env:
|
||||
AWS_REGISTRY: "230690759643.dkr.ecr.eu-west-1.amazonaws.com"
|
||||
REPOSITORY_NAME: "docker-ubuntu-vnc-desktop"
|
||||
with:
|
||||
submodules:recursive
|
||||
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -35,4 +39,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