Skip to content

Commit

Permalink
working ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Ad96el committed Jan 10, 2024
1 parent 6928eed commit e0dea72
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/dev-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,12 @@ 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 }}
BACKEND_URL: ${{ vars.BACKEND_URL }}
AUTH_URL: ${{ vars.AUTH_URL }}

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

0 comments on commit e0dea72

Please sign in to comment.