Skip to content

Commit

Permalink
Merge pull request openwallet-foundation#4 from baegjae/feature/swagg…
Browse files Browse the repository at this point in the history
…er-apm-workflows

Update docker_build
  • Loading branch information
baegjae authored Nov 17, 2020
2 parents 39e10d6 + 0d060e7 commit 680781c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
uses: aws-actions/amazon-ecr-login@v1
- name: Set environment variables
run: |
echo "::set-env name=ECR_REGISTRY::${{ steps.login-ecr.outputs.registry }}"
echo "::set-env name=ECR_REPOSITORY::ston/aca-py"
echo "::set-env name=IMAGE_TAG::${{ github.sha }}"
echo "::set-env name=DOCKERFILE_PATH::docker/Dockerfile.run"
echo "ECR_REGISTRY=${{ steps.login-ecr.outputs.registry }}" >> $GITHUB_ENV
echo "ECR_REPOSITORY=ston/aca-py" >> $GITHUB_ENV
echo "IMAGE_TAG=${{ github.sha }}" >> $GITHUB_ENV
echo "DOCKERFILE_PATH=docker/Dockerfile.run" >> $GITHUB_ENV
- name: Build, tag, and push image to Amazon ECR
id: build-and-push-to-ecr
Expand Down

0 comments on commit 680781c

Please sign in to comment.