Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ad96el committed Jan 10, 2024
1 parent a645103 commit 6928eed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dev-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,18 @@ jobs:
uses: aws-actions/amazon-ecr-login@v2
with:
mask-password: "true"
- name: test env variables
run: |
echo "$BACKEND_URL"
env:
BACKEND_URL: ${{ env.BACKEND_URL }}
AUTH_URL: ${{ env.AUTH_URL }}
- name: Build image
run: |
docker build --build-arg BACKEND_URL=$BACKEND_URL --build-arg AUTH_URL=$AUTH_URL --build-arg BUILD_FEATURE="" -t dena-attester:latest .
env:
BACKEND_URL: ${{ env.BACKEND_URL }}
AUTH_URL: ${{ env.AUTH_URL }}

- name: Tag, and push image to Amazon ECR
env:
Expand Down

0 comments on commit 6928eed

Please sign in to comment.