Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ad96el committed Jan 10, 2024
1 parent e4d4350 commit e01e643
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dev-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ jobs:
mask-password: "true"
- name: Build image
run: |
docker build \
--build-arg BACKEND_URL=$BACKEND_URL \
--build-arg AUTH_URL=$AUTH_URL \
-t dena-attester:latest .
docker build --build-arg BACKEND_URL=$BACKEND_URL --build-arg AUTH_URL=$AUTH_URL -t dena-attester:latest .
- name: Tag, and push image to Amazon ECR
env:
Expand Down

0 comments on commit e01e643

Please sign in to comment.