Update main.yaml

This commit is contained in:
dannielshalev 2023-04-24 15:36:57 +03:00 committed by GitHub
parent 7a2de304b4
commit 71bf8cb540
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"