diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6bb89a6..f26620f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 }}" \ No newline at end of file + tags: "${{ env.AWS_REGISTRY }}/${{ env.REPOSITORY_NAME }}:v${{ github.run_number }}" +