From fa91ee5bfef64965278ae733009e169e94eb361a Mon Sep 17 00:00:00 2001 From: dannielshalev <44364077+dannielshalev@users.noreply.github.com> Date: Mon, 24 Apr 2023 15:41:39 +0300 Subject: [PATCH] Update main.yaml --- .github/workflows/main.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 80aabd4..ccd9eef 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 }}" \ No newline at end of file + tags: "${{ env.AWS_REGISTRY }}/${{ env.REPOSITORY_NAME }}:v${{ github.run_number }}"