mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 08:22:31 +01:00
Update main.yaml
This commit is contained in:
parent
7a2de304b4
commit
71bf8cb540
1 changed files with 3 additions and 5 deletions
8
.github/workflows/main.yaml
vendored
8
.github/workflows/main.yaml
vendored
|
|
@ -8,16 +8,13 @@ on:
|
|||
|
||||
env:
|
||||
AWS_REGISTRY: "230690759643.dkr.ecr.eu-west-1.amazonaws.com"
|
||||
REPOSITORY_NAME: "docker-ubuntu-vnc-desktop"
|
||||
REPOSITORY_NAME: "vnc-desktop"
|
||||
with:
|
||||
submodules:recursive
|
||||
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
|
@ -39,4 +36,5 @@ 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.run_number }}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue