Skip to content

Commit

Permalink
Merge branch 'uat' into fix_v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher authored May 30, 2024
2 parents 679a830 + 0074715 commit f1b550c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deployment_uat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
env:
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
REPOSITORY: ${{ secrets.AWS_ECR_REPOSITORY }}
IMAGE_TAG: uat
IMAGE_TAG: ${{ github.sha }}
UAT_TAG: uat
run: |
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG .
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG -t $REGISTRY/$REPOSITORY:$UAT_TAG .
docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG
docker push $REGISTRY/$REPOSITORY:$UAT_TAG
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Automated deployment to UAT: [![.github/workflows/deployment_uat.yml](https://github.com/inbo/alien-species-portal/actions/workflows/deployment_uat.yml/badge.svg?branch=uat)](https://github.com/inbo/alien-species-portal/actions/workflows/deployment_uat.yml)

# alien-species-portal
Portal for alien and invasive species indicators

Expand Down

0 comments on commit f1b550c

Please sign in to comment.