Skip to content

Commit

Permalink
Merge pull request #31 from NASA-IMPACT/lasrc_351
Browse files Browse the repository at this point in the history
Add LaSRC 3.5.1 to development build and push.
  • Loading branch information
sharkinsspatial authored Sep 28, 2023
2 parents ed2ad2b + 2a0cd69 commit 15e80a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_push_to_ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15e80a8

Please sign in to comment.