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