From 2a0cd69061b3fa36a91dda92e52575f348b5c012 Mon Sep 17 00:00:00 2001 From: sharkinsspatial Date: Thu, 28 Sep 2023 17:41:43 -0600 Subject: [PATCH] Add LaSRC 3.5.1 to development build and push. --- .github/workflows/build_push_to_ecr.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_push_to_ecr.yml b/.github/workflows/build_push_to_ecr.yml index 8889f43..a723821 100644 --- a/.github/workflows/build_push_to_ecr.yml +++ b/.github/workflows/build_push_to_ecr.yml @@ -28,17 +28,17 @@ jobs: - uses: actions/checkout@v2 - name: Build image 3.3.0 - run: docker build . --tag hls-base-3.3.0 --build-arg lasrc_version=3.3.0 + run: docker build . --tag hls-base-3.5.1 --build-arg lasrc_version=3.5.1 - - name: Push to ECR 3.3.0 - id: push-ecr-320 + - name: Push to ECR 3.5.1 + id: push-ecr-351 uses: jwalton/gh-ecr-push@v1 with: access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} region: us-west-2 - local-image: hls-base-3.3.0 - image: hls-base-3.3.0 + local-image: hls-base-3.5.1 + image: hls-base-3.5.1 # - name: Build image 3.2.0 # run: docker build . --tag hls-base-3.2.0 --build-arg lasrc_version=3.2.0