Skip to content

Commit

Permalink
Patch build-dev-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raikbitters authored Nov 1, 2023
1 parent e3b1e4e commit 3f0d306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build-and-export:
name: Build and export to AWS ECR
runs-on: ubuntu-latest
environment: develop
environment: development
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -66,4 +66,4 @@ jobs:
echo "## General information about the build:" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo "- :gift: Docker image in Amazon ECR: ecr/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_STEP_SUMMARY
echo "- :octocat: The commit SHA from which the build was performed: [$GITHUB_SHA](https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA)" >> $GITHUB_STEP_SUMMARY
echo "- :octocat: The commit SHA from which the build was performed: [$GITHUB_SHA](https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA)" >> $GITHUB_STEP_SUMMARY

0 comments on commit 3f0d306

Please sign in to comment.